BrowseServersForm.AddServer(IServerType) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Agrega los servidores a la lista de tipos de servidor que se va a mostrar.
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)
Parámetros
- server
- IServerType
Interfaz que representa el tipo del servidor.