DebugExecutionEventArgs.EventName Propiedad

Gets the name of the event.

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

Sintaxis

'Declaración
Public ReadOnly Property EventName As String 
    Get
'Uso
Dim instance As DebugExecutionEventArgs 
Dim value As String 

value = instance.EventName
public string EventName { get; }
public:
property String^ EventName {
    String^ get ();
}
member EventName : string
function get EventName () : String

Valor de la propiedad

Tipo: System.String
The name of the event.

Vea también

Referencia

DebugExecutionEventArgs Clase

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger