DebugExecutionEventArgs Constructor

Initializes a new instance of the DebugExecutionEventArgs class.

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces.Debugger
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
Public Sub New ( _
    eventName As String _
)
'Uso
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
)

Parámetros

Vea también

Referencia

DebugExecutionEventArgs Clase

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger