SelectTransformRemoveSelectExpression Method |
Removes a select expression previously defined.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxpublic void RemoveSelectExpression(
Guid expressionId
)
Public Sub RemoveSelectExpression (
expressionId As Guid
)
public:
void RemoveSelectExpression(
Guid expressionId
)
member RemoveSelectExpression :
expressionId : Guid -> unit
Parameters
- expressionId
- Type: SystemGuid
The expression or the corresponding output element ID.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | The current instance does not support ProviderElementExpressions. |
| ArgumentException | expressionId is Empty
or
no expression with the specified expressionId was found in the current transform.
|
See Also