IVsDataConnectionDialogFactory.CreateConnectionDialog Method
Creates a new instance of the IVsDataConnectionDialog class.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function CreateConnectionDialog As IVsDataConnectionDialog
IVsDataConnectionDialog CreateConnectionDialog()
IVsDataConnectionDialog^ CreateConnectionDialog()
abstract CreateConnectionDialog : unit -> IVsDataConnectionDialog
function CreateConnectionDialog() : IVsDataConnectionDialog
Return Value
Type: Microsoft.VisualStudio.Data.Services.IVsDataConnectionDialog
A new instance of the IVsDataConnectionDialog class.
Remarks
When a client has finished with an instance of the dialog box, it should call the Dispose method.
.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.