Поделиться через


QueryTimeout Property

В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.

The QueryTimeout property specifies the number of seconds elapsed before a time-out error is reported on an attempted statement execution.

Синтаксис

object.QueryTimeout [= value]

Parts

  • object
    An expression that evaluates to an object in the Applies To list

  • value
    A long integer that specifies the number of seconds

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetQueryTimeout(LPLONG pRetVal);
HRESULT SetQueryTimeout(LONG NewValue);

Замечания

To specify that a query cannot time out, use -1 (the default) or 0.