次の方法で共有


ITaskExecutionManager.LogEntry イベント

定義

IsPerforming プロパティの値が変更されたときに発生します。

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) 

イベントの種類

適用対象