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 | |
---|---|---|
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 | |
---|---|---|
Equals | (Se hereda de Object). | |
Finalize | (Se hereda de Object). | |
GetHashCode | (Se hereda de Object). | |
GetType | (Se hereda de Object). | |
MemberwiseClone | (Se hereda de Object). | |
ToString | Returns a String value that represents the StatementEventArgs object. (Invalida Object. . :: . .ToString() () () ().) |
Principio
Propiedades
Nombre | Descripción | |
---|---|---|
SqlStatement | Gets the Transact-SQL statement that caused the statement event. | |
TimeStamp | Gets the time and date when the statement event occurred. |
Principio
Vea también