IDataCubeServiceAddDataInputTransform Method

Adds a new data input transform to the process definition and saves the data cube.

Namespace:  Dundas.BI.Entities.DataCubes
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
DataInputTransform AddDataInputTransform(
	DataCube dataCube
)

Parameters

dataCube
Type: Dundas.BI.Entities.DataCubesDataCube
The data cube.

Return Value

Type: DataInputTransform
The data input transform.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube is .
NoPrivilegeExceptionCaller does not have access to the specified data connector.
InvalidSessionExceptionThe caller context is not associated with a valid session.
InvalidOperationExceptiondataCube is not checked out to the caller.
See Also