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.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public class OlapConnectionParameters :
CustomStringConnectionParameters
#Related API Members
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.