Server.ConnectionInfo Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

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

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

Server Class
Microsoft.AnalysisServices Namespace

Return to top