IsRegistered プロパティ
データベースが Active Directory サービスに登録されるかどうかを示す Boolean プロパティを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public ReadOnly Property IsRegistered As Boolean
Get
'使用
Dim instance As DatabaseActiveDirectory
Dim value As Boolean
value = instance.IsRegistered
[SfcPropertyAttribute]
public bool IsRegistered { get; }
[SfcPropertyAttribute]
public:
property bool IsRegistered {
bool get ();
}
[<SfcPropertyAttribute>]
member IsRegistered : bool
function get IsRegistered () : boolean
プロパティ値
型: System. . :: . .Boolean
データベースが Active Directory サービスに登録されるかどうかを示す Boolean 値。
True の場合、データベースは Active Directory サービスに登録されます。
False の場合、データベースは Active Directory サービスに登録されません。