Freigeben über


DatabaseActiveDirectory.Parent-Eigenschaft

Gets the Database object that is the parent of the DatabaseActiveDirectory object.

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

Syntax

'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Database 
    Get
'Usage
Dim instance As DatabaseActiveDirectory 
Dim value As Database 

value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Database Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property Database^ Parent {
    Database^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Database
function get Parent () : Database

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.Database
A Database object value that is the parent of the DatabaseActiveDirectory object.

Hinweise

This property will appear with the Active Directory registration of the referenced database.

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

DatabaseActiveDirectory Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Active Directory Stored Procedures (Transact-SQL)

sp_ActiveDirectory_Obj (Transact-SQL)