共用方式為


DebugExecutionEventArgs 建構函式

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

語法

'宣告
Public Sub New ( _
    eventName As String _
)
'用途
Dim eventName As String

Dim instance As New DebugExecutionEventArgs(eventName)
public DebugExecutionEventArgs(
    string eventName
)
public:
DebugExecutionEventArgs(
    String^ eventName
)
new : 
        eventName:string -> DebugExecutionEventArgs
public function DebugExecutionEventArgs(
    eventName : String
)

參數