Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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.