Dela via


DebugExecutionEventArgs.EventName Property

Namespace:  Microsoft.DataWarehouse.Interfaces.Debugger
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Property EventName As String
    Get
'Usage
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

Property Value

Type: System.String