Classe Task
Represents a task managed by the report server.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2010..::..Task
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class Task
'Utilizzo
Dim instance As Task
[SerializableAttribute]
public class Task
[SerializableAttribute]
public ref class Task
[<SerializableAttribute>]
type Task = class end
public class Task
Nel tipo Task sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Description | Gets or sets the task description. | |
Name | Gets or sets the task name. | |
TaskID | Gets or sets the unique task ID. |
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
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.