FailPackageOnTimeout Property (DTS)

The FailPackageOnTimeout property specifies whether the package fails if the task is terminated by the expiration of the time-out period.

Applies To
CreateProcessTask Object  

Syntax

object.FailPackageOnTimeout [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Whether the package fails if the task is terminated by the expiration of the time-out period

Remarks

The default is True.

Data Type

Variant Boolean

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetFailPackageOnTimeout(VARIANT_BOOL *pRetVal);

HRESULT SetFailPackageOnTimeout(VARIANT_BOOL NewValue);

See Also
TerminateProcessAfterTimeout Property Timeout Property

  


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