Partilhar via


Propriedade ISql90Endpoint.Protocol

Obtém ou define o protocolo que é tratado pelo ponto de extremidade.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

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

Segurança do .NET Framework

Consulte também

Referência

ISql90Endpoint Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel