IDataInputServiceGetDataInputTransforms Method (DataCube)

Gets the data input transforms for which the user is able to insert data.

Namespace:  Dundas.BI.Data.DataInput
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
ICollection<TransformInfo> GetDataInputTransforms(
	DataCube dataCube
)

Parameters

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

Return Value

Type: ICollectionTransformInfo
The collection of data input transforms the user has access to.
Exceptions
ExceptionCondition
ArgumentNullExceptiondataCube is .
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also