BrowseServersForm.AddServer(IServerType) 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 des serveurs à la liste de types de serveur à afficher.
public:
void AddServer(Microsoft::SqlServer::Management::UI::ConnectionDlg::IServerType ^ server);
public void AddServer (Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType server);
member this.AddServer : Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType -> unit
Public Sub AddServer (server As IServerType)
Paramètres
- server
- IServerType
Interface qui représente le type de serveur.