DebugExecutionEventArgs 생성자
Initializes a new instance of the DebugExecutionEventArgs class.
네임스페이스: 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
)
매개 변수
- eventName
유형: System.String
The name of the event.