StatementEventArgs-Member
The StatementEventArgs class represents the arguments used when a statement event is raised.
Der StatementEventArgs-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
StatementEventArgs | Initializes a new instance of the StatementEventArgs class for the specified Transact-SQL statement at the specified time and date. |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Geerbt von Object.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
ToString | Returns a String value that represents the StatementEventArgs object. (Überschreibt Object. . :: . .ToString() () () ().) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
SqlStatement | Gets the Transact-SQL statement that caused the statement event. | |
TimeStamp | Gets the time and date when the statement event occurred. |
Zum Anfang