IDataCubeServicePreviewTransformStatistics Method (DataCube, Guid, IEnumerableParameterValue)

Previews the statistics for the specified transform.

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

Parameters

dataCube
Type: Dundas.BI.Entities.DataCubesDataCube
The data cube.
transformId
Type: SystemGuid
The transform ID.
parameterValues
Type: System.Collections.GenericIEnumerableParameterValue
The optional parameter values.

Return Value

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