Open this page in the API Guide

IDateMappingService.PreviewMemberCollection Method

Previews the member collection.

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

Parameters

dateMapping
Type: Dundas.BI.Entities.DateMappings.DateMapping
The date mapping.
cube
Type: Dundas.BI.Data.Metadata.Olap.IOlapCube
The cube.
levelUniqueName
Type: System.String
The level unique name.
start
Type: System.Int32
The member start index.
count
Type: System.Int32
The requested member count.

Return Value

Type: 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