Compartilhar via


Membros StatementEventArgs

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

O tipo StatementEventArgs expõe os seguintes membros.

Construtores

  Nome Descrição
Método público StatementEventArgs Initializes a new instance of the StatementEventArgs class for the specified Transact-SQL statement at the specified time and date.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString Returns a String value that represents the StatementEventArgs object. (Substitui Object. . :: . .ToString() () () ().)

Início

Propriedades

  Nome Descrição
Propriedade pública SqlStatement Gets the Transact-SQL statement that caused the statement event.
Propriedade pública TimeStamp Gets the time and date when the statement event occurred.

Início