DataProcessResetTransformElementName Method

Resets the user defined flag for the element name, allowing the element name to be change automatically by the system.

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 ResetTransformElementName(
	ConnectorElement element
)

Parameters

element
Type: Dundas.BI.Data.TransformsConnectorElement
The transform element.
Exceptions
ExceptionCondition
ArgumentNullExceptionelement is .
See Also