IDataCubeServicePreviewTransformStatistics Method (DataCube, Guid, IEnumerableGuid, IEnumerableParameterValue)

Previews the statistics for the specified transform output elements.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
TransformStatistics PreviewTransformStatistics(
	DataCube dataCube,
	Guid transformId,
	IEnumerable<Guid> outputElementIds,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

dataCube
Type: Dundas.BI.Entities.DataCubesDataCube
The data cube.
transformId
Type: SystemGuid
The transform ID.
outputElementIds
Type: System.Collections.GenericIEnumerableGuid
The output element IDs for which the statistics should be calculated.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
The optional parameter values.

Return Value

Type: TransformStatistics
The statistics information.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube or outputElementIds is .
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