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
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.