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
Declaration
public class OlapConnectionParameters :
CustomStringConnectionParameters
Public Class OlapConnectionParameters
Inherits CustomStringConnectionParameters
Related API Members
The following members accept/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
Feedback