Udostępnij za pośrednictwem


Właściwość ServerGroupCollection.Parent

Pobiera ServerGroup obiekt, który jest elementem nadrzędnym ServerGroupCollection obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Zestaw:  Microsoft.SqlServer.SmoExtended (w Microsoft.SqlServer.SmoExtended.dll)

Składnia

'Deklaracja
Public ReadOnly Property Parent As ServerGroup
    Get
'Użycie
Dim instance As ServerGroupCollection
Dim value As ServerGroup

value = instance.Parent
public ServerGroup Parent { get; }
public:
property ServerGroup^ Parent {
    ServerGroup^ get ();
}
member Parent : ServerGroup
function get Parent () : ServerGroup

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup
A ServerGroup obiekt, który jest elementem nadrzędnym ServerGroupCollection obiektu.