TaskExecutionProgressEventArgs Class
Provides data for the task execution progress event.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | TaskExecutionProgressEventArgs(ITask^, Int32, String^) | Initializes a new instance of the TaskExecutionProgressEventArgs class with the specified task, percentage of progress, and event message. |
| Name | Description | |
|---|---|---|
![]() | Message | Gets the message of the event. |
![]() | ProgressPercentage | Gets the asynchronous progress percentage of the event. |
![]() | Task | Retrieves the task of the 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:


