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

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.v18.2.Core.dll

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