Compartir a través de


RegisteredServerCollection.Parent Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.RegisteredServers
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Ejemplos

Usar colecciones

Vea también

Referencia

RegisteredServerCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.RegisteredServers

Otros recursos

Usar colecciones