Compartir a través de


IsRegistered Propiedad

Gets the Boolean property value that specifies whether the instance of Microsoft SQL Server is registered in the Active Directory service as a Service Control Point (SCP).

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute> _
Public ReadOnly Property IsRegistered As Boolean
    Get
'Uso
Dim instance As ServerActiveDirectory
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

Valor de la propiedad

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the instance of SQL Server is registered in the Active Directory service.
If True, the instance of SQL Server is registered in the Active Directory service.
If False (default), the instance of SQL Server is not registered in the Active Directory service.