Server::ConnectionString Property

 

Applies To: SQL Server 2016 Preview

Gets the string of characters used to connect to an instance Analysis Services. This field is read-only.

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

public:
[XmlIgnoreAttribute]
property String^ ConnectionString {
	String^ get();
}

Property Value

Type: System::String^

A Server connection description containing the information required to make a connection.

Return to top
Show: