IVCWizCtlUI.GetConnectionString(Boolean) 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.
Gets the information the database application requires to connect to a data source.
public:
System::String ^ GetConnectionString(bool bUseOLEDB);
public:
Platform::String ^ GetConnectionString(bool bUseOLEDB);
std::wstring GetConnectionString(bool bUseOLEDB);
[System.Runtime.InteropServices.DispId(1610743813)]
public string GetConnectionString (bool bUseOLEDB);
[<System.Runtime.InteropServices.DispId(1610743813)>]
abstract member GetConnectionString : bool -> string
Public Function GetConnectionString (bUseOLEDB As Boolean) As String
Parameters
- bUseOLEDB
- Boolean
Required. true
if the project uses OLEDB; otherwise false
.
Returns
The connection string.
- Attributes