Task Class

Represents Reporting Services tasks.

Inheritance Hierarchy

System.Object
  ReportService2005.Task

Namespace:  ReportService2005
Assembly:  ReportService2005 (in ReportService2005.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class Task
'Usage
Dim instance As Task
[SerializableAttribute]
public class Task
[SerializableAttribute]
public ref class Task
[<SerializableAttribute>]
type Task =  class end
public class Task

The Task type exposes the following members.

Constructors

  Name Description
Public method Task Instantiates a new instance of a Task class.

Top

Properties

  Name Description
Public property Description A description of the task.
Public property Name The name of the task.
Public property TaskID The unique identifier of the task

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference