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