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)
Syntaxpublic void ResetTransformElementName(
ConnectorElement element
)
Public Sub ResetTransformElementName (
element As ConnectorElement
)
public:
void ResetTransformElementName(
ConnectorElement^ element
)
member ResetTransformElementName :
element : ConnectorElement -> unit
Parameters
- element
- Type: Dundas.BI.Data.TransformsConnectorElement
The transform element.
Exceptions
See Also