Skip to main content
A newer version of this page is available. .

OlapDataConnection.IsConnected Property

Gets whether the connection to a cube in an MS Analysis Services database is established.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v18.2.Core.dll

Declaration

public override bool IsConnected { get; }

Property Value

Type Description
Boolean

true, if the connection to a cube in an MS Analysis Services database is established; otherwise, false.

See Also