IVCWizCtlUI::GetConnectionString Method (Boolean)

 

Gets the information the database application requires to connect to a data source.

Namespace:   Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

String^ GetConnectionString(
	bool bUseOLEDB
)

Parameters

bUseOLEDB
Type: System::Boolean

Required. true if the project uses OLEDB; otherwise false.

Return Value

Type: System::String^

The connection string.

Return to top
Show: