Package.ComputeExpressions 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Compute expressions of the package object.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Sub ComputeExpressions ( _
    recursive As Boolean _
)
用法
Dim instance As Package 
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 package object recursively; otherwise, false.

请参阅

参考

Package 类

Microsoft.SqlServer.Dts.Runtime 命名空间