QueryTimeout Property (Replication)

The QueryTimeout property specifies the number of seconds allowed for internal queries to complete.

Applies To
SQLDistribution Object SQLMerge Object

Syntax

object.QueryTimeout [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Number of seconds allowed for internal queries to be returned

Remarks

The default value is 30.

A value of 0 means to wait indefinitely.

Data Type

Integer

Modifiable

Read/write

Prototype C/C++

HRESULT get_QueryTimeout(short *pVal);

HRESULT put_QueryTimeout(short newVal);

  


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