次の方法で共有


QueryTimeout Event

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

The QueryTimeout event occurs when Microsoft SQL Server cannot complete execution of a Transact-SQL command batch within a user-defined period of time.

構文

Private Function
object
_QueryTimeout(
Message as String
)
as
Boolean

Parts

  • object
    Expression that evaluates to an object in the Applies To list.
  • Message
    String that contains descriptive message text.

Prototype (C/C++)

HRESULT QueryTimeout(SQLDMO_LPCSTR Message, LPBOOL Continue);

解説

The QueryTimeout event is reserved for future use.

Applies To:

SQLServer Object

参照

関連項目

QueryTimeout Property

ヘルプおよび情報

SQL Server 2005 の参考資料の入手