BrowseServersForm.AddServer(IServerType) Method

Definition

Adds servers to the list of server types to be displayed.

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)

Parameters

server
IServerType

An interface that represents the type of the server.

Applies to