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