Compartir a través de


AlterCreateEndpointStatementBase.Protocol (Propiedad)

Obtiene o establece un protocolo de extremo.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

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

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.EndpointProtocol
Devuelve un valor EndpointProtocol.

Seguridad de .NET Framework

Vea también

Referencia

AlterCreateEndpointStatementBase Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)