The QueryTimeout property specifies the number of seconds allowed for internal queries on the SQL Server Publisher to complete.

object.QueryTimeout [= value]

Applies To

SQL Server Compact 3.5 Replication object

  • value
    Number of seconds allowed for internal queries to be returned. The default is 300 seconds.

Data Type

Integer

Modifiable

Read/write

Prototype

HRESULT get_QueryTimeout(short *pVal);
HRESULT put_QueryTimeout(short newVal);

Reference

Replication Object Properties