DebugExecutionEventArgs 類別

命名空間:  Microsoft.DataWarehouse.Interfaces.Debugger
組件:  Microsoft.DataWarehouse.Interfaces (在 Microsoft.DataWarehouse.Interfaces.dll 中)

語法

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

繼承階層

System. . :: . .Object
  System. . :: . .EventArgs
    Microsoft.DataWarehouse.Interfaces.Debugger. . :: . .DebuggingEventArgs
      Microsoft.DataWarehouse.Interfaces.Debugger..::..DebugExecutionEventArgs

執行緒安全性

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