次の方法で共有


ILoginOptions.IsSystemObject プロパティ

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

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

構文

'宣言
<DisplayDescriptionKeyAttribute("Login_IsSystemObjectDesc")> _
<DisplayNameKeyAttribute("Login_IsSystemObjectName")> _
ReadOnly Property IsSystemObject As Boolean 
    Get
'使用
Dim instance As ILoginOptions 
Dim value As Boolean 

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

プロパティ値

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

関連項目

参照

ILoginOptions インターフェイス

Microsoft.SqlServer.Management.Smo 名前空間