Поделиться через


Метод 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