ServerGroupCollection.Add(ServerGroup) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un ServerGroup objet à la ServerGroupCollection collection.
public:
void Add(Microsoft::SqlServer::Management::Smo::RegisteredServers::ServerGroup ^ registeredServer);
public void Add(Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup registeredServer);
member this.Add : Microsoft.SqlServer.Management.Smo.RegisteredServers.ServerGroup -> unit
Public Sub Add (registeredServer As ServerGroup)
Paramètres
- registeredServer
- ServerGroup
Un ServerGroup objet qui doit être ajouté à l’objet ServerGroupCollection .