共用方式為


StatementEventArgs 類別

The StatementEventArgs class represents the arguments used when a statement event is raised.

繼承階層

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.SqlServer.Management.Common..::..StatementEventArgs

命名空間:  Microsoft.SqlServer.Management.Common
組件:  Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)

語法

'宣告
Public Class StatementEventArgs _
    Inherits EventArgs
'用途
Dim instance As StatementEventArgs
public class StatementEventArgs : EventArgs
public ref class StatementEventArgs : public EventArgs
type StatementEventArgs =  
    class
        inherit EventArgs
    end
public class StatementEventArgs extends EventArgs

StatementEventArgs 型別公開下列成員。

建構函式

  名稱 說明
公用方法 StatementEventArgs Initializes a new instance of the StatementEventArgs class for the specified Transact-SQL statement at the specified time and date.

上層

屬性

  名稱 說明
公用屬性 SqlStatement Gets the Transact-SQL statement that caused the statement event.
公用屬性 TimeStamp Gets the time and date when the statement event occurred.

上層

方法

  名稱 說明
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString Returns a String value that represents the StatementEventArgs object. (覆寫 Object. . :: . .ToString() () () ()。)

上層

備註

Thread Safety

此型別的任何公用靜態 (在 Microsoft Visual Basic 為共用) 成員具備多執行緒作業安全。不保證所有執行個體成員都是安全執行緒。

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。