IVsDataExplorerConnectionManager.PromptAndAddConnection Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.