Freigeben über


Task-Klasse

Represents Reporting Services tasks.

Vererbungshierarchie

System.Object
  ReportService2005.Task

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

Syntax

'Declaration
Public Class Task
'Usage
Dim instance As Task
public class Task
public ref class Task
type Task =  class end
public class Task

Der Task-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode Task Instantiates a new instance of a Task class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Description A description of the task.
Öffentliche Eigenschaft Name The name of the task.
Öffentliche Eigenschaft TaskID The unique identifier of the task

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

ReportService2005-Namespace