Skip to main content

OlapDataConnection(String, OlapConnectionParameters) Constructor

Initializes a new instance of OlapDataConnection class.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public OlapDataConnection(
    string name,
    OlapConnectionParameters parameters
)

Parameters

Name Type Description
name String

A String specifying the name of connection. This value is assigned to the DataConnectionBase.Name property.

parameters OlapConnectionParameters

An OlapConnectionParameters object containing parameters used to establish a connection to a cube in an MS Analysis Services database. This value is assigned to the OlapDataConnection.ConnectionParameters property.

See Also