Поделиться через


Свойство IDatabaseOptions.IsSystemObject

Specifies whether the database is a system object or a user-defined database.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")> _
<DisplayNameKeyAttribute("Database_IsSystemObjectName")> _
ReadOnly Property IsSystemObject As Boolean 
    Get
'Применение
Dim instance As IDatabaseOptions 
Dim value As Boolean 

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

Значение свойства

Тип: System.Boolean
A Boolean value that indicates whether the database is a system object.If True, the database is a system object. If False, the database is user-defined.

См. также

Справочник

IDatabaseOptions Интерфейс

Пространство имен Microsoft.SqlServer.Management.Smo