Task Class

Definition

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.

Applies to