Propriedade do RDL ResourcePoolCollection.Parent

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

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

Sintaxe

'Declaração
Public ReadOnly Property Parent As ResourceGovernor 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

ResourcePoolCollection Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Conceitos do Administrador de Recursos