Back to Devexpress

OlapConnectionParameters Class

corelibraries-devexpress-dot-dataaccess-dot-connectionparameters-c48acd13.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class OlapConnectionParameters :
    CustomStringConnectionParameters
vb
Public Class OlapConnectionParameters
    Inherits CustomStringConnectionParameters

The following members return OlapConnectionParameters objects:

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.

Inheritance

Object DataConnectionParametersBase CustomStringConnectionParameters OlapConnectionParameters

See Also

OlapConnectionParameters Members

DevExpress.DataAccess.ConnectionParameters Namespace