ConnectionTimeout Property (DTS)

The ConnectionTimeout property Specifies the number of seconds to wait while establishing a connection before generating an error.

Applies To
Connection Object  

Syntax

object.ConnectionTimeout [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Number of seconds to wait while establishing a connection

Remarks

The default is 60 seconds.

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetConnectionTimeout(LONG *pRetVal);

HRESULT SetConnectionTimeout(LONG NewValue);

  


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