DebugExecutionEventArgs Constructor
Namespace: Microsoft.DataWarehouse.Interfaces.Debugger
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Public Sub New ( _
eventName As String _
)
'Usage
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
)
Parameters
- eventName
Type: System.String