Freigeben über


QueryTimeout Event

Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

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

Syntax

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);

Hinweise

The QueryTimeout event is reserved for future use.

Applies To:

SQLServer Object

Siehe auch

Verweis

QueryTimeout Property

Hilfe und Informationen

Informationsquellen für SQL Server 2005