Server.ConnectionInfo Property

Gets the ConnectionInfo object from the Server object. This field is read-only.

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

Syntax

C#
public ConnectionInfo ConnectionInfo { get; }

Property Value

Type: Microsoft.AnalysisServices.ConnectionInfo
The information of the connection.

Remarks

The ConnectionInfo object itself contains information about the connection. For example, this information can include ImpersonationLevel, InstanceName, and IntegratedSecurity.

See Also

Reference

Server Class

Microsoft.AnalysisServices Namespace