Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parent resource pool of the workload group.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As ResourcePool
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.ResourcePool
the parent resource pool of the workload group.
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace