IDataCubeServiceAddTransform Method

Adds a new transform to the process definition and saves the data cube. No connection are made for this type of operation.

Namespace: Dundas.BI.Entities.DataCubes
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
Transform AddTransform(
	DataCube dataCube,
	Guid transformId
)

Parameters

dataCube  DataCube
The data cube.
transformId  Guid
The transform component ID.

Return Value

Transform
The transform.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube is .
ArgumentExceptiontransformId value is Empty or transformId references a SelectTransform, which cannot be instantiated using the current method.
NotFoundExceptiontransformId references a Transform which does not exist.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also