IDataCubeServiceRemoveTransform Method

Removes the specified transform from the process definition and saves the data cube. When the current transform has connected inputs and outputs, the process will try to automatically connect upstream transforms to downstream transforms.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
void RemoveTransform(
	DataCube dataCube,
	Guid transformId
)

Parameters

dataCube
Type: Dundas.BI.Entities.DataCubesDataCube
The data cube.
transformId
Type: SystemGuid
The transform ID.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube is .
NotFoundExceptiontransformId references a Transform which does not exist.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also