Share via


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.

頂端