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
bool ShowDialog()
bool ShowDialog()
abstract ShowDialog : unit -> bool
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.