Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Computes the expressions of the TaskHost object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub ComputeExpressions ( _
recursive As Boolean _
)
'Usage
Dim instance As TaskHost
Dim recursive As Boolean
instance.ComputeExpressions(recursive)
public void ComputeExpressions(
bool recursive
)
public:
void ComputeExpressions(
bool recursive
)
member ComputeExpressions :
recursive:bool -> unit
public function ComputeExpressions(
recursive : boolean
)
Parameters
- recursive
Type: System.Boolean
true to include the compute expressions of the TaskHost object recursively; otherwise, false.