TransformRemoveOutputExpression Method |
Removes a process expression previously defined for an output connector element.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxpublic void RemoveOutputExpression(
Guid expressionId
)
Public Sub RemoveOutputExpression (
expressionId As Guid
)
public:
void RemoveOutputExpression(
Guid expressionId
)
member RemoveOutputExpression :
expressionId : Guid -> unit
Parameters
- expressionId
- Type: SystemGuid
The expression or the calculated element ID.
Exceptions| Exception | Condition |
|---|
| ArgumentException | expressionId is Empty
or
no expression with the specified expressionId was found in the current transform.
|
| InvalidOperationException | The current transform does not allow expression-based elements. |
See Also