Condividi tramite


Proprietà ResourcePoolCollection.Parent

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As ResourceGovernor 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ResourcePoolCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Concetti di Resource Governor