Partager via


ConnectionManager.StatementExecuted Event

The event that occurs when the instance of SQL Server executes a statement on the current connection.

Espace de noms: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Syntaxe

'Déclaration
Public Event StatementExecuted As StatementEventHandler
public event StatementEventHandler StatementExecuted
public:
event StatementEventHandler^ StatementExecuted {
    void add (StatementEventHandler^ value);
    void remove (StatementEventHandler^ value);
}
/** @event */
public void add_StatementExecuted (StatementEventHandler value)

/** @event */
public void remove_StatementExecuted (StatementEventHandler value)
JScript prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.

Notes

The event is handled by the specified event handler.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

ConnectionManager Class
ConnectionManager Members
Microsoft.SqlServer.Management.Common Namespace