IVsDataExplorerConnectionManager.PromptAndAddConnection Method

Definition

Prompts the user with the connection dialog box to add a new connection in Server Explorer.

public:
 Microsoft::VisualStudio::Data::Services::IVsDataExplorerConnection ^ PromptAndAddConnection();
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection PromptAndAddConnection ();
abstract member PromptAndAddConnection : unit -> Microsoft.VisualStudio.Data.Services.IVsDataExplorerConnection
Public Function PromptAndAddConnection () As IVsDataExplorerConnection

Returns

An IVsDataExplorerConnection object representing the new data connection.

Applies to