BrowseServersForm.AddServer(IServerType) Método

Definición

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.

Se aplica a