Aracılığıyla paylaş


ServiceContract.IsSystemObject Özelliği

Alır Boolean değerini belirleyen anlaşma olup bir sistem nesnesi.

Ad Alanı:  Microsoft.SqlServer.Management.Smo.Broker
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsSystemObject As Boolean
    Get
'Kullanım
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

Özellik Değeri

Tür: System.Boolean
A Boolean değerini belirleyen anlaşma olup bir sistem nesnesi. Doğru , anlaşma bir sistem nesnesi.Aksi takdirde, yanlış.