Share via


DebugExecutionEventArgs.EventName Property

 

Applies To: SQL Server 2016 Preview

Gets the name of the event.

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

Syntax

public string EventName { get; }
public:
property String^ EventName {
    String^ get();
}
member EventName : string with get
Public ReadOnly Property EventName As String

Property Value

Type: System.String

The name of the event.

See Also

DebugExecutionEventArgs Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top