DataConnectionPromptDialog.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.
Displays the prompt dialog box, given a specific IVsDataConnectionSupport instance.
public:
virtual System::String ^ ShowDialog(Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataConnectionSupport ^ connectionSupport);
public string ShowDialog (Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataConnectionSupport connectionSupport);
override this.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.
Implements
Exceptions
The connectionSupport
parameter is null.