TransformSuppressOutputAutoUpdate Method |
Suppresses 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 (10.0.0.1002)
Syntaxpublic void SuppressOutputAutoUpdate()
Public Sub SuppressOutputAutoUpdate
public:
void SuppressOutputAutoUpdate()
member SuppressOutputAutoUpdate : unit -> unit
RemarksWhen multiple operations are planned on the transform, calling this method would suppress unnecessary automatic updates for the output elements.
However, please ensure that after the configuration is finished, the ResumeOutputAutoUpdate() method is called, to ensure correct functionality.
See Also