Task Class
SQL Server 2000
Represents Reporting Services tasks.
Public Class Task Member of [Namespace]
public class Task Member of [Namespace]
Public Properties
Description | A description of the task. String. Read-only. |
Name | The name of the task. String. Read-only. |
TaskID | The unique identifier of the task. String. Read-only. |
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, ListSystemTasks, and ListTasks methods and is passed as input to the CreateRole and SetRoleProperties methods.
