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 | |
---|---|---|
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 | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns a String value that represents the StatementEventArgs object. (Substitui Object. . :: . .ToString() () () ().) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
SqlStatement | Gets the Transact-SQL statement that caused the statement event. | |
TimeStamp | Gets the time and date when the statement event occurred. |
Início
Consulte também