Classe Task
Represents Reporting Services tasks.
Gerarchia di ereditarietà
System.Object
ReportService2005.Task
Spazio dei nomi ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Sintassi
'Dichiarazione
Public Class Task
'Utilizzo
Dim instance As Task
public class Task
public ref class Task
type Task = class end
public class Task
Nel tipo Task sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Task | Instantiates a new instance of a Task class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Description | A description of the task. | |
Name | The name of the task. | |
TaskID | The unique identifier of the task |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.