Metodo TaskHost.ComputeExpressions

Computes the expressions of the TaskHost object.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Sub ComputeExpressions ( _
    recursive As Boolean _
)
'Utilizzo
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
)

Parametri

  • recursive
    Tipo: System.Boolean
    true to include the compute expressions of the TaskHost object recursively; otherwise, false.

Vedere anche

Riferimento

TaskHost Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime