次の方法で共有


IsSystemObject プロパティ

テーブルがシステム オブジェクトであるかどうかを示す Boolean 値を取得します。

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

構文

'宣言
<DisplayNameKeyAttribute("Table_IsSystemObjectName")> _
<DisplayDescriptionKeyAttribute("Table_IsSystemObjectDesc")> _
ReadOnly Property IsSystemObject As Boolean
    Get
'使用
Dim instance As ITableOptions
Dim value As Boolean

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

プロパティ値

型: System. . :: . .Boolean
テーブルがシステム オブジェクトであるかどうかを示す Boolean 値です。
True の場合、テーブルはシステム オブジェクトです。False の場合、システム オブジェクトではありません。