TransformConnectorTryRemoveElement Method |
Removes the element if there are no dependencies and not parameters associated. Otherwise, the operation is canceled.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxprotected bool TryRemoveElement(
ConnectorElement element
)
Protected Function TryRemoveElement (
element As ConnectorElement
) As Boolean
protected:
bool TryRemoveElement(
ConnectorElement^ element
)
member TryRemoveElement :
element : ConnectorElement -> bool
Parameters
- element
- Type: Dundas.BI.Data.TransformsConnectorElement
The element.
Return Value
Type:
Boolean if the operation was successful; otherwise,
.
See Also