Condividi tramite


BrowseServersForm.AddServer(IServerType) Metodo

Definizione

Aggiunge server all'elenco di tipi di server da visualizzare.

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)

Parametri

server
IServerType

Interfaccia che rappresenta il tipo del server.

Si applica a