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

其他资源

创建工作负荷组