IVsDataConnectionDialog.ShowDialog Method
Shows the Add Connection dialog box pre-populated with the data provider and connection string settings.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function ShowDialog As Boolean
'Usage
Dim instance As IVsDataConnectionDialog
Dim returnValue As Boolean
returnValue = instance.ShowDialog()
bool ShowDialog()
bool ShowDialog()
function ShowDialog() : boolean
Return Value
Type: System.Boolean
true if the dialog returned OK; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataConnectionDialog Interface