Właściwość ITableOptions.IsSystemObject
Pobiera Boolean wartość określa, czy tabela jest obiekt systemu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<DisplayDescriptionKeyAttribute("Table_IsSystemObjectDesc")> _
<DisplayNameKeyAttribute("Table_IsSystemObjectName")> _
ReadOnly Property IsSystemObject As Boolean
Get
'Użycie
Dim instance As ITableOptions
Dim value As Boolean
value = instance.IsSystemObject
[DisplayDescriptionKeyAttribute("Table_IsSystemObjectDesc")]
[DisplayNameKeyAttribute("Table_IsSystemObjectName")]
bool IsSystemObject { get; }
[DisplayDescriptionKeyAttribute(L"Table_IsSystemObjectDesc")]
[DisplayNameKeyAttribute(L"Table_IsSystemObjectName")]
property bool IsSystemObject {
bool get ();
}
[<DisplayDescriptionKeyAttribute("Table_IsSystemObjectDesc")>]
[<DisplayNameKeyAttribute("Table_IsSystemObjectName")>]
abstract IsSystemObject : bool
function get IsSystemObject () : boolean
Wartość właściwości
Typ: System.Boolean
A Boolean wartość określa, czy tabela jest obiekt systemu.
Jeśli True, tabela jest obiekt systemowy.W przeciwnym razie jest używana wartość False.