Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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