次の方法で共有


IsSystemObject プロパティ

インターフェイスが Object を参照するかどうかを指定するブール値を取得します。

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

構文

'宣言
<DisplayDescriptionKeyAttribute("User_IsSystemObjectDesc")> _
<DisplayNameKeyAttribute("User_IsSystemObjectName")> _
ReadOnly Property IsSystemObject As Boolean
    Get
'使用
Dim instance As IUserOptions
Dim value As Boolean

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

プロパティ値

型: System. . :: . .Boolean
ブール値。インターフェイスが Object を参照する場合は True、それ以外の場合は False です。