BrowseServersForm.AddServer(IServerType) Método

Definição

Acrescenta servidores à lista de tipos de servidores ser exibida.

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

Uma interface que representa o tipo do servidor.

Aplica-se a