ITaskExecutionManager.LogEntry Event

Definition

Occurs when the value of the IsPerforming property has changed.

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

Event Type

Applies to