TaskExecutionLogEntryEventArgs Class
Provides data for the TaskExecutionLogEntryEventArgs event.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
System::Object
System::EventArgs
Microsoft.SqlServer.Management.TaskForms::TaskExecutionLogEntryEventArgs
System::EventArgs
Microsoft.SqlServer.Management.TaskForms::TaskExecutionLogEntryEventArgs
| Name | Description | |
|---|---|---|
![]() | TaskExecutionLogEntryEventArgs(ITask^, String^, Exception^, TaskExecutionLogEntryType) | Initializes a new instance of the TaskExecutionLogEntryEventArgs class with the specified task, message, error, and logEntryType parameter. |
| Name | Description | |
|---|---|---|
![]() | Error | Gets the exception when an error occurs during execution. |
![]() | LogEntryType | Gets the log entry type associated with the task execution. |
![]() | Message | Gets the message for the log entry event. |
![]() | Task | Gets any task associated with the log entry event. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


