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 네임스페이스