Udostępnij za pośrednictwem


Właściwość IDatabaseOptions.IsSystemObject

Określa, czy baza danych jest obiekt systemowy lub bazy danych zdefiniowanych przez użytkownika.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<DisplayNameKeyAttribute("Database_IsSystemObjectName")> _
<DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")> _
ReadOnly Property IsSystemObject As Boolean
    Get
'Użycie
Dim instance As IDatabaseOptions
Dim value As Boolean

value = instance.IsSystemObject
[DisplayNameKeyAttribute("Database_IsSystemObjectName")]
[DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")]
bool IsSystemObject { get; }
[DisplayNameKeyAttribute(L"Database_IsSystemObjectName")]
[DisplayDescriptionKeyAttribute(L"Database_IsSystemObjectDesc")]
property bool IsSystemObject {
    bool get ();
}
[<DisplayNameKeyAttribute("Database_IsSystemObjectName")>]
[<DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")>]
abstract IsSystemObject : bool
function get IsSystemObject () : boolean

Wartość właściwości

Typ: System.Boolean
A Boolean wartość wskazująca, czy baza danych jest obiekt systemu.
Jeśli True, baza danych jest obiekt systemowy.Jeśli False, baza danych jest zdefiniowany przez użytkownika.