EventHandlerClass.ComputeExpressions(Boolean) Method

Definition

Computes the expressions of this EventHandlerClass object.

public:
 virtual void ComputeExpressions(bool recursive) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSPropertiesProvider100::ComputeExpressions;
public virtual void ComputeExpressions (bool recursive);
abstract member ComputeExpressions : bool -> unit
override this.ComputeExpressions : bool -> unit
Public Overridable Sub ComputeExpressions (recursive As Boolean)

Parameters

recursive
Boolean

true to include the compute expressions of the package object or other container objects recursively; otherwise, false.

Implements

Applies to