Элементы StatementEventArgs
The StatementEventArgs class represents the arguments used when a statement event is raised.
Тип StatementEventArgs предоставляет доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
StatementEventArgs | Initializes a new instance of the StatementEventArgs class for the specified Transact-SQL statement at the specified time and date. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Equals | (Наследуется из Object.) |
![]() |
Finalize | (Наследуется из Object.) |
![]() |
GetHashCode | (Наследуется из Object.) |
![]() |
GetType | (Наследуется из Object.) |
![]() |
MemberwiseClone | (Наследуется из Object.) |
![]() |
ToString | Returns a String value that represents the StatementEventArgs object. (Перезаписывает Object. . :: . .ToString() () () ().) |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
SqlStatement | Gets the Transact-SQL statement that caused the statement event. |
![]() |
TimeStamp | Gets the time and date when the statement event occurred. |
В начало
См. также