Właściwość TcpProtocol.IsSystemObject
Określa, czy TcpProtocol jest obiekt systemowy.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsSystemObject As Boolean
Get
'Użycie
Dim instance As TcpProtocol
Dim value As Boolean
value = instance.IsSystemObject
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsSystemObject { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsSystemObject {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsSystemObject : bool
function get IsSystemObject () : boolean
Wartość właściwości
Typ: System.Boolean
Boolean
Zwraca True Jeśli obiekt systemowy jest TcpProtocol.
Zwraca False Jeśli TcpProtocol nie jest obiektem systemu.