共用方式為


IDTSPropertiesProvider100.ComputeExpressions 方法

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

Computes the expressions associated with the properties.

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

語法

'宣告
Sub ComputeExpressions ( _
    recursive As Boolean _
)
'用途
Dim instance As IDTSPropertiesProvider100 
Dim recursive As Boolean

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

參數

  • recursive
    型別:System.Boolean
    true to indicate recursively evaluate the expressions associated with the properties; otherwise, false.

備註

For more information, see IDTSPropertiesProvider.

請參閱

參考

IDTSPropertiesProvider100 介面

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