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 (24.3.0.1000)
Syntax
Transform AddTransform(
	DataCube dataCube,
	Guid transformId
)

Parameters

dataCube
Type: Dundas.BI.Entities.DataCubesDataCube
The data cube.
transformId
Type: SystemGuid
The transform component ID.

Return Value

Type: 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