Compartir a través de


AlterCreateEndpointStatementBase.ProtocolOptions Propiedad

Gets a list of protocol options for this endpoint.

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property ProtocolOptions As IList(Of EndpointProtocolOption)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Collections.Generic.IList<EndpointProtocolOption>
The list of protocol options.

Vea también

Referencia

AlterCreateEndpointStatementBase Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom