Freigeben über


Endpoint.ProtocolType-Eigenschaft

Gets or sets the protocol type used by the endpoint.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ProtocolType As ProtocolType 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Beispiele

Implementieren von Endpunkten

Siehe auch

Verweis

Endpoint Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Endpunkte-Katalogsichten (Transact-SQL)

CREATE ENDPOINT (Transact-SQL)