Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The StatementEventArgs class represents the arguments used when a statement event is raised.
The following tables list the members exposed by the StatementEventArgs type.
Public Constructors
Name | Description | |
---|---|---|
StatementEventArgs | Initializes a new instance of the StatementEventArgs class for the specified Transact-SQL statement at the specified time and date. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
SqlStatement | Gets the Transact-SQL statement that caused the statement event. |
![]() |
TimeStamp | Gets the time and date when the statement event occurred. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | Overridden. Returns a String value that represents the StatementEventArgs object. |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
StatementEventArgs Class
Microsoft.SqlServer.Management.Common Namespace