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


Свойство WorkloadGroupCollection.Parent

Gets the parent resource pool of the workload group.

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

Синтаксис

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

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

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

Тип: Microsoft.SqlServer.Management.Smo.ResourcePool
the parent resource pool of the workload group.

См. также

Справочник

WorkloadGroupCollection Класс

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

Другие ресурсы

Создание группы рабочей нагрузки