IVsDataConnectionPromptDialog.ShowDialog(IVsDataConnectionSupport) 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.
When implemented by a class, displays the prompt dialog box, given a specific IVsDataConnectionSupport instance.
public:
System::String ^ ShowDialog(Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionSupport ^ connectionSupport);
public string ShowDialog (Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionSupport connectionSupport);
abstract member ShowDialog : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionSupport -> string
Public Function ShowDialog (connectionSupport As IVsDataConnectionSupport) As String
Parameters
- connectionSupport
- IVsDataConnectionSupport
An instance of the IVsDataConnectionSupport class that contains an existing, incomplete connection string that should be updated by this dialog box.
Returns
A string that is the new value of the connection string containing the completed information that was entered by the user.