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


Свойство WorkloadGroup.Parent

Gets or sets the ResourcePool object that is the parent of the WorkloadGroup.

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

Синтаксис

'Декларация
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As ResourcePool 
    Get 
    Set
'Применение
Dim instance As WorkloadGroup 
Dim value As ResourcePool 

value = instance.Parent

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

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

Тип: Microsoft.SqlServer.Management.Smo.ResourcePool
A ResourcePool object that is the parent of the WorkloadGroup.

См. также

Справочник

WorkloadGroup Класс

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