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 (24.3.0.1000)
Syntax
DataCellset PreviewMemberCollection(
	DateMapping dateMapping,
	IOlapCube cube,
	string levelUniqueName,
	int start,
	int count
)

Parameters

dateMapping
Type: Dundas.BI.Entities.DateMappingsDateMapping
The date mapping.
cube
Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The cube.
levelUniqueName
Type: SystemString
The level unique name.
start
Type: SystemInt32
The member start index.
count
Type: SystemInt32
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