Task Class
Represents Reporting Services tasks.
Assembly: ReportService2005 (in ReportService2005.dll)
| Name | Description | |
|---|---|---|
![]() | Task() | Instantiates a new instance of a Task class. |
| Name | Description | |
|---|---|---|
![]() | Description | A description of the task. |
![]() | Name | The name of the task. |
![]() | TaskID | The unique identifier of the task |
| 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.) |
Tasks cannot be modified and additional tasks cannot be added to a report server.
A Task object is returned as output by the GetRoleProperties, and ListTasks methods and is passed as input to the CreateRole and SetRoleProperties methods.
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:


