IVCWizCtlUI.SelectDataSource 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 data source to use in a consumer database application.
public:
System::String ^ SelectDataSource();
public:
Platform::String ^ SelectDataSource();
std::wstring SelectDataSource();
[System.Runtime.InteropServices.DispId(1610743814)]
public string SelectDataSource ();
[<System.Runtime.InteropServices.DispId(1610743814)>]
abstract member SelectDataSource : unit -> string
Public Function SelectDataSource () As String
Returns
The string containing the data source.
- Attributes