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


Метод TaskHost.ComputeExpressions

Computes the expressions of the TaskHost object.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Sub ComputeExpressions ( _
    recursive As Boolean _
)
'Применение
Dim instance As TaskHost 
Dim recursive As Boolean

instance.ComputeExpressions(recursive)
public void ComputeExpressions(
    bool recursive
)
public:
void ComputeExpressions(
    bool recursive
)
member ComputeExpressions : 
        recursive:bool -> unit
public function ComputeExpressions(
    recursive : boolean
)

Параметры

  • recursive
    Тип: System.Boolean
    true to include the compute expressions of the TaskHost object recursively; otherwise, false.

См. также

Справочник

TaskHost Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime