TaskExecutionContext.LogEntry 이벤트

정의

컨트롤의 로그 항목이 변경될 때 발생합니다.

public:
 event EventHandler<Microsoft::SqlServer::Management::TaskForms::TaskExecutionLogEntryEventArgs ^> ^ LogEntry;
public event EventHandler<Microsoft.SqlServer.Management.TaskForms.TaskExecutionLogEntryEventArgs> LogEntry;
member this.LogEntry : EventHandler<Microsoft.SqlServer.Management.TaskForms.TaskExecutionLogEntryEventArgs> 
Public Custom Event LogEntry As EventHandler(Of TaskExecutionLogEntryEventArgs) 

이벤트 유형

적용 대상