Clase Task
Represents Reporting Services tasks.
Jerarquía de herencia
System. . :: . .Object
ReportService2005..::..Task
Espacio de nombres: ReportService2005
Ensamblado: ReportService2005 (en ReportService2005.dll)
Sintaxis
'Declaración
<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
El tipo Task expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Description | A description of the task. | |
Name | The name of the task. | |
TaskID | The unique identifier of the task |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) |
Arriba
Comentarios
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.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.