Compartir a través de


Endpoint.ProtocolType Propiedad

Gets or sets the protocol type used by the endpoint.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ProtocolType As ProtocolType 
    Get 
    Set
'Uso
Dim instance As Endpoint 
Dim value As ProtocolType 

value = instance.ProtocolType

instance.ProtocolType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ProtocolType ProtocolType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ProtocolType ProtocolType {
    ProtocolType get ();
    void set (ProtocolType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member ProtocolType : ProtocolType with get, set
function get ProtocolType () : ProtocolType 
function set ProtocolType (value : ProtocolType)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.ProtocolType
A ProtocolType object value that specifies the type of protocol used by the endpoint.

Ejemplos

Implementar extremos

Vea también

Referencia

Endpoint Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Vistas de catálogo de extremos (Transact-SQL)

CREATE ENDPOINT (Transact-SQL)