Classe CacheRefreshPlan
Represents a cache refresh plan.
Gerarchia di ereditarietà
System. . :: . .Object
ReportService2010..::..CacheRefreshPlan
Spazio dei nomi ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class CacheRefreshPlan
'Utilizzo
Dim instance As CacheRefreshPlan
[SerializableAttribute]
public class CacheRefreshPlan
[SerializableAttribute]
public ref class CacheRefreshPlan
[<SerializableAttribute>]
type CacheRefreshPlan = class end
public class CacheRefreshPlan
Nel tipo CacheRefreshPlan sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
CacheRefreshPlan | Creates a new instance of the CacheRefreshPlan class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
CacheRefreshPlanID | Gets or sets the unique identifier for the cache refresh plan. | |
Description | Gets or sets the description of for the cache refresh plan. | |
ItemPath | Gets or sets the fully qualified URL of the item with which to associate the cache refresh plan, including the file name (and extension in SharePoint mode). | |
LastExecuted | Gets or sets the date and time that the cache refresh plan was last executed by the report server. | |
LastRunStatus | Gets the most recent execution status of the cache refresh plan. | |
ModifiedBy | Gets the user that last modified the cache refresh plan. | |
ModifiedDate | Gets or sets the date and time the cache refresh plan was last modified. | |
State | Gets or sets the state of the cache refresh plan. |
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
A cache refresh plan is a user-defined schedule to preload a report cache or shared dataset cache based on certain criteria.
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.