Compartir a través de


StatementEventArgs Miembros

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

El tipo StatementEventArgs expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico StatementEventArgs Initializes a new instance of the StatementEventArgs class for the specified Transact-SQL statement at the specified time and date.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString Returns a String value that represents the StatementEventArgs object. (Invalida Object. . :: . .ToString() () () ().)

Principio

Propiedades

  Nombre Descripción
Propiedad pública SqlStatement Gets the Transact-SQL statement that caused the statement event.
Propiedad pública TimeStamp Gets the time and date when the statement event occurred.

Principio