Skip to main content

OlapConnectionParameters Class

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

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public class OlapConnectionParameters :
    CustomStringConnectionParameters

Remarks

Use the CustomStringConnectionParameters.ConnectionString property to specify a connection string to a cube in an MS Analysis Services database.

To learn more about the use of classes that provide data connection parameters, see DataConnectionParametersBase.

See Also