Share via


ResourcePoolCollection.Parent Property

Gets the parent, in this case a Resource Governor, object of a Resource Pool Collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Property Parent As ResourceGovernor 
    Get
'Usage
Dim instance As ResourcePoolCollection 
Dim value As ResourceGovernor 

value = instance.Parent
public ResourceGovernor Parent { get; }
public:
property ResourceGovernor^ Parent {
    ResourceGovernor^ get ();
}
member Parent : ResourceGovernor
function get Parent () : ResourceGovernor

Property Value

Type: Microsoft.SqlServer.Management.Smo.ResourceGovernor
The parent, in this case a Resource Governor.

See Also

Reference

ResourcePoolCollection Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

Resource Governor Concepts