Compartilhar via


Propriedade do RDL Parent

Gets the ServerGroup object that is the parent of the RegisteredServerCollection object.

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

Sintaxe

'Declaração
Public ReadOnly Property Parent As ServerGroup
    Get
'Uso
Dim instance As RegisteredServerCollection
Dim value As ServerGroup

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

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.Smo.RegisteredServers. . :: . .ServerGroup
A ServerGroup object that is the parent of the RegisteredServerCollection object.