Classe Task
Represents Reporting Services tasks.
Hierarquia de herança
System.Object
ReportService2005.Task
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
Public Class Task
'Uso
Dim instance As Task
public class Task
public ref class Task
type Task = class end
public class Task
O tipo Task expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
Task | Instantiates a new instance of a Task class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Description | A description of the task. | |
Name | The name of the task. | |
TaskID | The unique identifier of the task |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.