Właściwość ServiceContract.IsSystemObject
Pobiera Boolean wartość określa, czy kontrakt jest obiekt systemu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
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 ServiceContract
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
A Boolean wartość określa, czy kontrakt jest obiekt systemu.Jeśli true, kontrakt jest obiekt systemowy.W przeciwnym razie false.
Zobacz także