Skip to main content

OlapDataConnection.ConnectionParameters Property

Contains parameters used to establish a connection to a cube in an MS Analysis Services database.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[Browsable(false)]
public OlapConnectionParameters ConnectionParameters { get; }

Property Value

Type Description
OlapConnectionParameters

An OlapConnectionParameters object containing parameters used to establish a connection to a cube in an MS Analysis Services database.

See Also