Freigeben über


QueryTimeout Event

Diese Funktion wird in zukünftigen Versionen von Microsoft SQL Server nicht mehr bereitgestellt. Verwenden Sie diese Funktion 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 Functionobject_QueryTimeout(Message as String)asBoolean

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:

Siehe auch

Verweis