Timeout Property (DTS)

The Timeout property specifies the number of seconds in the time-out period.

Applies To
CreateProcessTask Object  

Syntax

object.Timeout [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Number of seconds in the time-out period

Remarks

A value of 0 (default) indicates no time-out period.

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetTimeout(LONG *pRetVal);

HRESULT SetTimeout(LONG NewValue);

See Also
FailPackageOnTimeout Property TerminateProcessAfterTimeout Property

  


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