OlapMemberExpression Constructor (CubePerspective, String, ICollectionParameter, Guid, String, String)

Initializes a new instance of the OlapMemberExpression class.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public OlapMemberExpression(
	CubePerspective cube,
	string statement,
	ICollection<Parameter> parameters,
	Guid id,
	string name,
	string description
)

Parameters

cube
Type: Dundas.BI.Entities.CubePerspectivesCubePerspective
The cube.
statement
Type: SystemString
The statement.
parameters
Type: System.Collections.GenericICollectionParameter
The parameters.
id
Type: SystemGuid
The identifier.
name
Type: SystemString
The name.
description
Type: SystemString
The description.
Exceptions
ExceptionCondition
ArgumentNullExceptioncube is .
See Also