OlapCube Constructor

Initializes a new instance of the OlapCube class.

Namespace:  Dundas.BI.Data.Metadata.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public OlapCube(
	OlapDataProvider dataProvider,
	DateTime processDate,
	DateTime updateDate
)

Parameters

dataProvider
Type: Dundas.BI.Data.DataProviders.OlapOlapDataProvider
The data provider.
processDate
Type: SystemDateTime
The last process date.
updateDate
Type: SystemDateTime
The last update date.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataProvider is .
See Also