DataProcessAddTransform Method |
Adds a new transform to the process definition, without connecting it to any other transform.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic Transform AddTransform(
Guid transformComponentId
)
Public Function AddTransform (
transformComponentId As Guid
) As Transform
public:
Transform^ AddTransform(
Guid transformComponentId
)
member AddTransform :
transformComponentId : Guid -> Transform
Parameters
- transformComponentId
- Type: SystemGuid
The transform component ID.
Return Value
Type:
Transform
The added transform.
Exceptions| Exception | Condition |
|---|
| ArgumentException | transformComponentId value is Empty
or
transformComponentId references a SelectTransform, which cannot be instantiated using the current method
or
transformComponentId references a Transform which does not exist. |
See Also