Proprietà ISql90Endpoint.Protocol

Ottiene o imposta il protocollo gestito dall'endpoint.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90Endpoint Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel