Freigeben über


IVsDataConnectionDialogFactory.CreateConnectionDialog-Methode

Erstellt eine neue Instanz der IVsDataConnectionDialog-Klasse.

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

Rückgabewert

Typ: Microsoft.VisualStudio.Data.Services.IVsDataConnectionDialog
Eine neue Instanz der IVsDataConnectionDialog-Klasse.

Hinweise

Wenn ein Client mit einer Instanz des Dialogsfelds beendet wurde, sollte sie die Dispose-Methode aufrufen.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsDataConnectionDialogFactory Schnittstelle

Microsoft.VisualStudio.Data.Services-Namespace