Condividi tramite


Proprietà IsRegistered

Gets the Boolean property that specifies whether the database is registered with the Active Directory service.

Spazio dei nomi:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute> _
Public ReadOnly Property IsRegistered As Boolean
    Get
'Utilizzo
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

Valore proprietà

Tipo: System. . :: . .Boolean
A Boolean value that specifies whether the database is registered with the Active Directory service.
If True, the database is registered with the Active Directory service.
If False, the database is not registered with the Active Directory service.