Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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