Share via


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) 

イベントの種類

適用対象