DataProcessChangeTransformElementName Method

Changes the name of the transform element and propagates the change to child elements, as long as their usage type is passive or active only.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public void ChangeTransformElementName(
	ConnectorElement element,
	string name
)

Parameters

element
Type: Dundas.BI.Data.TransformsConnectorElement
The transform element.
name
Type: SystemString
The updated name.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is .
ArgumentExceptionname is or Empty.
See Also