Share via


DebugExecutionEventArgs Constructor (String)

 

Applies To: SQL Server 2016 Preview

Initializes a new instance of the DebugExecutionEventArgs class.

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

Syntax

public DebugExecutionEventArgs(
    string eventName
)
public:
DebugExecutionEventArgs(
    String^ eventName
)
new : 
        eventName:string -> DebugExecutionEventArgs
Public Sub New (
    eventName As String
)

Parameters

See Also

DebugExecutionEventArgs Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top