Compartilhar via


Propriedade do RDL ServerActiveDirectory.IsRegistered

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).

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsRegistered As Boolean 
    Get
'Uso
Dim instance As ServerActiveDirectory 
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

Valor da propriedade

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.

Exemplos

Definindo propriedades

Consulte também

Referência

ServerActiveDirectory Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Active Directory Stored Procedures (Transact-SQL)