다음을 통해 공유


Properties 속성

네임스페이스:  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