Freigeben über


CommandSent 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 CommandSent event occurs when SQL Distributed Management Objects (SQL-DMO) submits a Transact-SQL command batch to the connected instance of Microsoft SQL Server.

Syntax

Private Subobject_CommandSent(SQLCommand as String)

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

  • SQLCommand
    String that contains the Transact-SQL command batch submitted.

Prototype (C/C++)

HRESULT CommandSent(SQLDMO_LPCSTR szSQL);

Hinweise

The CommandSent event occurs only after the SQLServer object has connected successfully to an instance of SQL Server. SQL-DMO raises the event for every command batch sent, including Transact-SQL submitted for SQL-DMO processes such as collection enumeration and object property value determination.

Applies To: