IDataCubeServicePreviewTransformStatistics(DataCube, Guid, IEnumerableParameterValue) Method

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 (26.2.0.1000)
Syntax
TransformStatistics PreviewTransformStatistics(
	DataCube dataCube,
	Guid transformId,
	IEnumerable<ParameterValue> parameterValues
)

Parameters

dataCube  DataCube
The data cube.
transformId  Guid
The transform ID.
parameterValues  IEnumerableParameterValue
The optional parameter values.

Return Value

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