Server.ConnectionString Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

public string ConnectionString { get; }
public:
property String^ ConnectionString {
    String^ get();
}
member ConnectionString : string with get
Public ReadOnly Property ConnectionString As String

Property Value

Type: System.String

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top