Compartir a través de


AlterCreateEndpointStatementBase.Protocol Propiedad

Gets or sets an endpoint protocol.

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

Sintaxis

'Declaración
Public Property Protocol As EndpointProtocol 
    Get 
    Set
'Uso
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)

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.EndpointProtocol
The endpoint protocol value.

Vea también

Referencia

AlterCreateEndpointStatementBase Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom