共用方式為


ForEachLoopClass.ComputeExpressions 方法

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Computes the expressions in the property collection.

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

語法

'宣告
Public Overridable Sub ComputeExpressions ( _
    recursive As Boolean _
)
'用途
Dim instance As ForEachLoopClass 
Dim recursive As Boolean

instance.ComputeExpressions(recursive)
public virtual void ComputeExpressions(
    bool recursive
)
public:
virtual void ComputeExpressions(
    [InAttribute] bool recursive
)
abstract ComputeExpressions : 
        recursive:bool -> unit  
override ComputeExpressions : 
        recursive:bool -> unit
public function ComputeExpressions(
    recursive : boolean
)

參數

  • recursive
    型別:System.Boolean
    true to apply recursive action on the expressions in the property collection; otherwise, false.

實作

IDTSPropertiesProvider100.ComputeExpressions(Boolean)

請參閱

參考

ForEachLoopClass 類別

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空間