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


Свойство SearchPropertyListCollection.Parent

Gets the Database which serves as the parent object to the SearchPropertyListCollection.

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

Синтаксис

'Декларация
Public ReadOnly Property Parent As Database 
    Get
'Применение
Dim instance As SearchPropertyListCollection 
Dim value As Database 

value = instance.Parent
public Database Parent { get; }
public:
property Database^ Parent {
    Database^ get ();
}
member Parent : Database
function get Parent () : Database

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

Тип: Microsoft.SqlServer.Management.Smo.Database
The Database which serves as the parent object to the SearchPropertyListCollection.

См. также

Справочник

SearchPropertyListCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo