共用方式為


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