DatabaseActiveDirectory.IsRegistered プロパティ

データベースが Active Directory サービスに登録されるかどうかを示す Boolean プロパティを取得します。

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

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsRegistered As Boolean 
    Get
'使用
Dim instance As DatabaseActiveDirectory 
Dim value As Boolean 

value = instance.IsRegistered
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsRegistered { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool IsRegistered {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsRegistered : bool
function get IsRegistered () : boolean

プロパティ値

型: System.Boolean
データベースが Active Directory サービスに登録されるかどうかを示す Boolean 値。True の場合、データベースは Active Directory サービスに登録されます。False の場合、データベースは Active Directory サービスに登録されません。

使用例

プロパティの設定

関連項目

参照

DatabaseActiveDirectory クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

Active Directory Stored Procedures (Transact-SQL)

sp_ActiveDirectory_Obj (Transact-SQL)