Classe Task
Represents Reporting Services tasks.
Hiérarchie d'héritage
System.Object
ReportService2005.Task
Espace de noms : ReportService2005
Assembly : ReportService2005 (en ReportService2005.dll)
Syntaxe
'Déclaration
Public Class Task
'Utilisation
Dim instance As Task
public class Task
public ref class Task
type Task = class end
public class Task
Le type Task expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
Task | Instantiates a new instance of a Task class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Description | A description of the task. | |
Name | The name of the task. | |
TaskID | The unique identifier of the task |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
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.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.