Compartir a través de


ISql90Endpoint.Protocol (Propiedad)

Obtiene o establece el protocolo controlado por el extremo.

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

Sintaxis

'Declaración
Property Protocol As SqlProtocolType
    Get
    Set
SqlProtocolType Protocol { get; set; }
property SqlProtocolType Protocol {
    SqlProtocolType get ();
    void set (SqlProtocolType value);
}
abstract Protocol : SqlProtocolType with get, set
function get Protocol () : SqlProtocolType
function set Protocol (value : SqlProtocolType)

Valor de propiedad

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.SqlProtocolType

Seguridad de .NET Framework

Vea también

Referencia

ISql90Endpoint Interfaz

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