Метод EventHandlerClass.ComputeExpressions
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Computes the expressions of this EventHandlerClass object.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Overridable Sub ComputeExpressions ( _
recursive As Boolean _
)
'Применение
Dim instance As EventHandlerClass
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 package object or other container objects recursively; otherwise, false.
Реализует
IDTSPropertiesProvider100.ComputeExpressions(Boolean)