Partager via


Propriété ServerGroupCollection.Parent

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

Espace de noms :  Microsoft.SqlServer.Management.Smo.RegisteredServers
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As ServerGroup 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup
A ServerGroup object that is the parent of the ServerGroupCollection object.

Exemples

Utilisation de collections

Voir aussi

Référence

ServerGroupCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo.RegisteredServers

Autres ressources

Utilisation de collections