TaskHost.ComputeExpressions 方法

Computes the expressions of the TaskHost object.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public Sub ComputeExpressions ( _
    recursive As Boolean _
)
'用途
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
)

參數

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

請參閱

參考

TaskHost 類別

Microsoft.SqlServer.Dts.Runtime 命名空間