Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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