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
Metodo pubblico CacheRefreshPlan Creates a new instance of the CacheRefreshPlan class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CacheRefreshPlanID Gets or sets the unique identifier for the cache refresh plan.
Proprietà pubblica Description Gets or sets the description of for the cache refresh plan.
Proprietà pubblica 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).
Proprietà pubblica LastExecuted Gets or sets the date and time that the cache refresh plan was last executed by the report server.
Proprietà pubblica LastRunStatus Gets the most recent execution status of the cache refresh plan.
Proprietà pubblica ModifiedBy Gets the user that last modified the cache refresh plan.
Proprietà pubblica ModifiedDate Gets or sets the date and time the cache refresh plan was last modified.
Proprietà pubblica State Gets or sets the state of the cache refresh plan.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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.

Vedere anche

Riferimento

Spazio dei nomi ReportService2010

Altre risorse

Memorizzare nella cache set di dati condivisi (SSRS)

Memorizzazione dei report nella cache (SSRS)