Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Smo.RegisteredServers