IDTSPropertiesProvider100.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 associated with the properties.
public:
void ComputeExpressions(bool recursive);
[System.Runtime.InteropServices.DispId(9)]
public void ComputeExpressions (bool recursive);
[<System.Runtime.InteropServices.DispId(9)>]
abstract member ComputeExpressions : bool -> unit
Public Sub ComputeExpressions (recursive As Boolean)
Parameters
- recursive
- Boolean
true to indicate recursively evaluate the expressions associated with the properties; otherwise, false.
- Attributes
Remarks
For more information, see IDTSPropertiesProvider.