Propriedade Properties
Namespace: Microsoft.DataWarehouse.Interfaces.Debugger
Assembly: Microsoft.DataWarehouse.Interfaces (em Microsoft.DataWarehouse.Interfaces.dll)
Sintaxe
'Declaração
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 da propriedade
Consulte também