The CommandSent event occurs when SQL-DMO submits a Transact-SQL command batch to the connected instance of Microsoft® SQL Server™.
Private Sub object_CommandSent( SQLCommand as String )
object
Expression that evaluates to an object in the Applies To list
SQLCommand
String that contains the Transact-SQL command batch submitted
HRESULT CommandSent(SQLDMO_LPCSTR szSQL);
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.