CancelExecution Method (DTS)

The CancelExecution method cancels execution of the task.

Applies To
TransferObjectsTask Object  

Syntax

object.CancelExecution()

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

CancelExecution must be called using a different thread than the execution thread.

Prototype (C/C++)

HRESULT CancelExecution();

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.