IsSystemObject プロパティ
ビューがシステム オブジェクトであるかどうかを示す Boolean 値を取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<DisplayDescriptionKeyAttribute("View_IsSystemObjectDesc")> _
<DisplayNameKeyAttribute("View_IsSystemObjectName")> _
ReadOnly Property IsSystemObject As Boolean
Get
'使用
Dim instance As IViewOptions
Dim value As Boolean
value = instance.IsSystemObject
[DisplayDescriptionKeyAttribute("View_IsSystemObjectDesc")]
[DisplayNameKeyAttribute("View_IsSystemObjectName")]
bool IsSystemObject { get; }
[DisplayDescriptionKeyAttribute(L"View_IsSystemObjectDesc")]
[DisplayNameKeyAttribute(L"View_IsSystemObjectName")]
property bool IsSystemObject {
bool get ();
}
[<DisplayDescriptionKeyAttribute("View_IsSystemObjectDesc")>]
[<DisplayNameKeyAttribute("View_IsSystemObjectName")>]
abstract IsSystemObject : bool
function get IsSystemObject () : boolean
プロパティ値
型: System. . :: . .Boolean
ビューがシステム オブジェクトであるかどうかを示す Boolean 値です。
True の場合、ビューはシステム オブジェクトです。False の場合、システム オブジェクトではありません。