TerminateProcessAfterTimeout Property (DTS)

The TerminateProcessAfterTimeout property specifies whether to terminate the process after the time-out period has expired.

Applies To
CreateProcessTask Object  

Syntax

object.TerminateProcessAfterTimeout [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether to terminate the process

Data Type

Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetTerminateProcessAfterTimeout(VARIANT_BOOL *pRetVal);

HRESULT SetTerminateProcessAfterTimeout(VARIANT_BOOL NewValue);

See Also
FailPackageOnTimeout Property Timeout Property

  


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