DebugExecutionEventArgs.Properties Propiedad

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

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

Sintaxis

'Declaración
Public ReadOnly Property Properties As Hashtable 
    Get
'Uso
Dim instance As DebugExecutionEventArgs 
Dim value As Hashtable 

value = instance.Properties
public Hashtable Properties { get; }
public:
property Hashtable^ Properties {
    Hashtable^ get ();
}
member Properties : Hashtable
function get Properties () : Hashtable

Valor de la propiedad

Tipo: System.Collections.Hashtable
The Hashtable that represents the properties associated with the event.

Vea también

Referencia

DebugExecutionEventArgs Clase

Espacio de nombres Microsoft.DataWarehouse.Interfaces.Debugger