Server.Connected Property

Gets a value indicating whether there is a connection to an instance of Analysis Services.

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

Syntax

C#
[BrowsableAttribute(false)]
public bool Connected { get; }

Property Value

Type: System.Boolean
true if a connection exists; otherwise, false.

See Also

Reference

Server Class

Microsoft.AnalysisServices Namespace