ForEachEnumeratorHostClass.ComputeExpressions(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the expressions in the property collection.
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 apply recursive action on the expressions in the property collection; otherwise, false.