Classe Task
Represents Reporting Services tasks.
Namespace: ReportService2005
Assembly: ReportService2005 (em ReportService2005.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class Task
'Uso
Dim instance As Task
[SerializableAttribute]
public class Task
[SerializableAttribute]
public ref class Task
[<SerializableAttribute>]
type Task = class end
public class Task
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.
Hierarquia de herança
System. . :: . .Object
ReportService2005..::..Task
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.