共用方式為


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 命名空間

其他資源

建立工作負載群組