DataSource::ConnectionString Property

 

Updated: May 24, 2016

Gets or sets a string specifying connection information.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

public:
property String^ ConnectionString {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The connection string.

Return to top
Show: