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 命名空间