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)

Syntax

[XmlIgnoreAttribute]
public string ConnectionString { get; }
public:
[XmlIgnoreAttribute]
property String^ ConnectionString {
    String^ get();
}
[<XmlIgnoreAttribute>]
member ConnectionString : string with get
<XmlIgnoreAttribute>
Public ReadOnly Property ConnectionString As String

Property Value

Type: System.String

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

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top