Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets an endpoint protocol.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Protocol As EndpointProtocol
Get
Set
'Usage
Dim instance As AlterCreateEndpointStatementBase
Dim value As EndpointProtocol
value = instance.Protocol
instance.Protocol = value
public EndpointProtocol Protocol { get; set; }
public:
property EndpointProtocol Protocol {
EndpointProtocol get ();
void set (EndpointProtocol value);
}
member Protocol : EndpointProtocol with get, set
function get Protocol () : EndpointProtocol
function set Protocol (value : EndpointProtocol)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.EndpointProtocol
The endpoint protocol value.