IDatabaseOptions.IsSystemObject プロパティ

データベースがシステム オブジェクトとユーザー定義データベースのどちらであるかを示します。

名前空間:  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
データベースがシステム オブジェクトであるかどうかを示す Boolean 値です。True の場合、データベースはシステム オブジェクトです。False の場合、データベースはユーザー定義です。

関連項目

参照

IDatabaseOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間