IDataCubeService.RemoveTransform 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 (25.1.0.1000)
Syntaxvoid RemoveTransform(
DataCube dataCube,
Guid transformId
)
Sub RemoveTransform (
dataCube As DataCube,
transformId As Guid
)
void RemoveTransform(
DataCube^ dataCube,
Guid transformId
)
abstract RemoveTransform :
dataCube : DataCube *
transformId : Guid -> unit
Parameters
- dataCube
- Type: Dundas.BI.Entities.DataCubes.DataCube
The data cube. - transformId
- Type: System.Guid
The transform ID.
Exceptions
See Also