Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a list of protocol options for this endpoint.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property ProtocolOptions As IList(Of EndpointProtocolOption)
Get
'Usage
Dim instance As AlterCreateEndpointStatementBase
Dim value As IList(Of EndpointProtocolOption)
value = instance.ProtocolOptions
public IList<EndpointProtocolOption> ProtocolOptions { get; }
public:
property IList<EndpointProtocolOption^>^ ProtocolOptions {
IList<EndpointProtocolOption^>^ get ();
}
member ProtocolOptions : IList<EndpointProtocolOption>
function get ProtocolOptions () : IList<EndpointProtocolOption>
Eigenschaftswert
Typ: System.Collections.Generic.IList<EndpointProtocolOption>
The list of protocol options.