次の方法で共有


IDatabasePerformanceFacet.IsSystemObject プロパティ

データベース パフォーマンス ファセットがシステム オブジェクトであるかどうかを示します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<DisplayNameKeyAttribute("Database_IsSystemObjectName")> _
<DisplayDescriptionKeyAttribute("Database_IsSystemObjectDesc")> _
ReadOnly Property IsSystemObject As Boolean 
    Get
'使用
Dim instance As IDatabasePerformanceFacet 
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

プロパティ値

型: System.Boolean
データベース パフォーマンス ファセットがシステム オブジェクトであるかどうかを示す Boolean 値。ファセットがシステム オブジェクトである場合は True を、それ以外の場合は False を返します。

関連項目

参照

IDatabasePerformanceFacet インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間