IDateMappingServicePreviewMemberCollection Method

Previews the member collection.

Namespace: Dundas.BI.Entities.DateMappings
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
DataCellset PreviewMemberCollection(
	DateMapping dateMapping,
	IOlapCube cube,
	string levelUniqueName,
	int start,
	int count
)

Parameters

dateMapping  DateMapping
The date mapping.
cube  IOlapCube
The cube.
levelUniqueName  String
The level unique name.
start  Int32
The member start index.
count  Int32
The requested member count.

Return Value

DataCellset
A dataset that contains members conversion result records.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when dateMapping is null.
ArgumentNullExceptionThrown when cube is null.
ArgumentNullExceptionThrown when levelUniqueName is null.
ArgumentExceptionThrown when levelUniqueName is invalid.
See Also