ConnectionDialog.AddServer(IServerType) Method

Definition

Adds a server to the connection dialog box.

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

The server to be added. Cannot be a null value.

Applies to