Właściwość Endpoint.EndpointType
Pobiera lub ustawia typ punktu końcowego.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EndpointType As EndpointType
Get
Set
'Użycie
Dim instance As Endpoint
Dim value As EndpointType
value = instance.EndpointType
instance.EndpointType = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public EndpointType EndpointType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property EndpointType EndpointType {
EndpointType get ();
void set (EndpointType value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EndpointType : EndpointType with get, set
function get EndpointType () : EndpointType
function set EndpointType (value : EndpointType)
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.EndpointType
EndpointType Wartość obiektu, który określa typ punktu końcowego.
Zobacz także