Server.ConnectionInfo Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.ConnectionInfo

See Also

Server Class
Microsoft.AnalysisServices Namespace

Return to top