Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the Boolean property that specifies whether the database is registered with the Active Directory service.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property IsRegistered As Boolean
Get
'Usage
Dim instance As DatabaseActiveDirectory
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
Eigenschaftswert
Typ: 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.
Beispiele
Siehe auch
Verweis
DatabaseActiveDirectory Klasse
Microsoft.SqlServer.Management.Smo-Namespace