Task Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents Reporting Services tasks.
public ref class Task
public class Task
type Task = class
Public Class Task
- Inheritance
-
Task
Remarks
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.
Constructors
Task() |
Instantiates a new instance of a Task class. |
Properties
Description |
A description of the task. |
Name |
The name of the task. |
TaskID |
Gets or sets the unique identifier of the task. |