TransformResumeOutputAutoUpdate Method (Boolean)

Resumes the automatic update for the output elements.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public void ResumeOutputAutoUpdate(
	bool renameElements
)

Parameters

renameElements
Type: SystemBoolean
Set if connected element names should not be affected by their upstream predecessors.
Exceptions
ExceptionCondition
InvalidOutputExceptionThe output connector has no valid elements.
See Also