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)
Syntax
protected bool TryRemoveElement(
	ConnectorElement element
)

Parameters

element
Type: Dundas.BI.Data.TransformsConnectorElement
The element.

Return Value

Type: Boolean
if the operation was successful; otherwise, .
See Also