VCWizCtlClass.SelectODBCDatabase 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 a dialog box that allows the user to select the ODBC database for an ODBC consumer application.
public:
virtual System::String ^ SelectODBCDatabase() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::SelectODBCDatabase;
public:
virtual Platform::String ^ SelectODBCDatabase() = Microsoft::VisualStudio::VsWizard::IVCWizCtlUI::SelectODBCDatabase;
virtual std::wstring SelectODBCDatabase();
[System.Runtime.InteropServices.DispId(1610743815)]
public virtual string SelectODBCDatabase ();
[<System.Runtime.InteropServices.DispId(1610743815)>]
abstract member SelectODBCDatabase : unit -> string
override this.SelectODBCDatabase : unit -> string
Public Overridable Function SelectODBCDatabase () As String
Returns
A string containing the ODBC database to use.
Implements
- Attributes