IVCWizCtlUI.GetConnectionString(Boolean) Method

Definition

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

Applies to