Właściwość Parent
Pobiera nadrzędnego, w tym przypadek Resource Governor obiektu kolekcji puli zasobów.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
Public ReadOnly Property Parent As ResourceGovernor
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo. . :: . .ResourceGovernor
ResourceGovernor r
Zobacz także