OlapDataConnection(String, OlapConnectionParameters) Constructor
Initializes a new instance of OlapDataConnection class.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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