IDataCubeServicePreviewTransformOutput Method (DataCube, Guid, Int32, Int32, IEnumerableParameterValue, IEnumerableConnectorElementSortRule)

Previews the data from the output of one of the data cube underlying transforms.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
DataCellset PreviewTransformOutput(
	DataCube dataCube,
	Guid transformId,
	int pageSequenceStart,
	int pageSequenceSize,
	IEnumerable<ParameterValue> parameterValues,
	IEnumerable<ConnectorElementSortRule> sortingRules
)

Parameters

dataCube
Type: Dundas.BI.Entities.DataCubesDataCube
The data cube.
transformId
Type: SystemGuid
The transform ID.
pageSequenceStart
Type: SystemInt32
The data page sequence start.
pageSequenceSize
Type: SystemInt32
The size of the data page.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
The optional parameter values.
sortingRules
Type: System.Collections.GenericIEnumerableConnectorElementSortRule
The sorting rules for the current output element.

Return Value

Type: DataCellset
The preview data cellset.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube is .
ArgumentOutOfRangeExceptionpageSequenceStart or pageSequenceSize is invalid.
InvalidSessionExceptionThe caller context is not associated with a valid session.
NotFoundExceptionThe transform with the specified transformId does not exist.
InvalidOperationExceptionThe preview operation is invalid, as the selected transform has no output elements defined.
CustomAttributeExceptionThe transform expect a valid value for a user custom attribute.
See Also