DebugExecutionEventArgs-Konstruktor
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
)
Parameter
- eventName
Typ: System. . :: . .String