Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Microsoft.SqlServer.Management.Smo Namespace