Propriedade IsEnabled
Gets the Boolean property value that specifies whether the Active Directory service is available.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property IsEnabled As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the Active Directory service is available.
If True, the Active Directory service is available.
If False (default), the Active Directory service is unavailable.
Consulte também