Membri StatementEventArgs
The StatementEventArgs class represents the arguments used when a statement event is raised.
Il tipo StatementEventArgs espone i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
StatementEventArgs | Initializes a new instance of the StatementEventArgs class for the specified Transact-SQL statement at the specified time and date. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | (Ereditato da Object). | |
Finalize | (Ereditato da Object). | |
GetHashCode | (Ereditato da Object). | |
GetType | (Ereditato da Object). | |
MemberwiseClone | (Ereditato da Object). | |
ToString | Returns a String value that represents the StatementEventArgs object. (Esegue l'override di Object. . :: . .ToString() () () ().) |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
SqlStatement | Gets the Transact-SQL statement that caused the statement event. | |
TimeStamp | Gets the time and date when the statement event occurred. |
In alto
Vedere anche