Condividi tramite


StatementEventArgs Class

The StatementEventArgs class represents the arguments used when a statement event is raised.

Spazio dei nomi: Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (in microsoft.sqlserver.connectioninfo.dll)

Sintassi

'Dichiarazione
Public Class StatementEventArgs
    Inherits EventArgs
public class StatementEventArgs : EventArgs
public ref class StatementEventArgs : public EventArgs
public class StatementEventArgs extends EventArgs
public class StatementEventArgs extends EventArgs

Osservazioni

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

Inheritance Hierarchy

System.Object
   System.EventArgs
    Microsoft.SqlServer.Management.Common.StatementEventArgs

Esempio

How to: Register Event Handlers and Subscribe to Event Handling in Visual Basic .NET

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

StatementEventArgs Members
Microsoft.SqlServer.Management.Common Namespace

Altre risorse

Handling SMO Events