Поделиться через


Свойство Parent

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

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Database
    Get
'Применение
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

Значение свойства

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

Замечания

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