Właściwość Endpoint.ProtocolType
Pobiera lub ustawia typ protokół używanego przez punkt końcowy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ProtocolType As ProtocolType
Get
Set
'Użycie
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)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.ProtocolType
A ProtocolType wartość obiektu, który określa typ protokół używanego przez punkt końcowy.
Zobacz także