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

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.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

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