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.