Share via


DebugExecutionEventArgs.Properties Property

 

Applies To: SQL Server 2016 Preview

Gets the Hashtable that represents the properties associated with the event.

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

Syntax

public Hashtable Properties { get; }
public:
property Hashtable^ Properties {
    Hashtable^ get();
}
member Properties : Hashtable with get
Public ReadOnly Property Properties As Hashtable

Property Value

Type: System.Collections.Hashtable

The Hashtable that represents the properties associated with the event.

See Also

DebugExecutionEventArgs Class
Microsoft.DataWarehouse.Interfaces.Debugger Namespace

Return to top