DebugExecutionEventArgs.Properties 속성

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

네임스페이스:  Microsoft.DataWarehouse.Interfaces.Debugger
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Public ReadOnly Property Properties As Hashtable 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

DebugExecutionEventArgs 클래스

Microsoft.DataWarehouse.Interfaces.Debugger 네임스페이스