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 (26.2.0.1000)
Syntax
public OlapCube(
	OlapDataProvider dataProvider,
	DateTime processDate,
	DateTime updateDate,
	string name
)

Parameters

dataProvider  OlapDataProvider
The data provider.
processDate  DateTime
The last process date.
updateDate  DateTime
The last update date.
name  String
The name of the cube.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataProvider is .
See Also