DataExplorerConnectionManager.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 for, and adds, a new DataExplorerConnection object instance.
public:
abstract Microsoft::VisualStudio::Data::DataExplorerConnection ^ PromptAndAddConnection();
public abstract Microsoft.VisualStudio.Data.DataExplorerConnection PromptAndAddConnection ();
abstract member PromptAndAddConnection : unit -> Microsoft.VisualStudio.Data.DataExplorerConnection
Public MustOverride Function PromptAndAddConnection () As DataExplorerConnection
Returns
Returns a DataExplorerConnection object instance representing a new data connection (or existing connection if a connection with equivalent settings already exists).