ForLoopClass.ComputeExpressions 方法
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Computes the expressions of the ForLoopClass object.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
Public Overridable Sub ComputeExpressions ( _
recursive As Boolean _
)
用法
Dim instance As ForLoopClass
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 include the compute expressions of the ForLoopClass object recursively; otherwise, false.
实现
IDTSPropertiesProvider100.ComputeExpressions(Boolean)