DebugExecutionEventArgs.EventName 속성

Gets the name of the event.

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

구문

‘선언
Public ReadOnly Property EventName As String 
    Get
‘사용 방법
Dim instance As DebugExecutionEventArgs 
Dim value As String 

value = instance.EventName
public string EventName { get; }
public:
property String^ EventName {
    String^ get ();
}
member EventName : string
function get EventName () : String

속성 값

유형: System.String
The name of the event.

참고 항목

참조

DebugExecutionEventArgs 클래스

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