Freigeben über


CacheRefreshPlan-Klasse

Represents a cache refresh plan.

Vererbungshierarchie

System. . :: . .Object
  ReportService2010..::..CacheRefreshPlan

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class CacheRefreshPlan
'Usage
Dim instance As CacheRefreshPlan
[SerializableAttribute]
public class CacheRefreshPlan
[SerializableAttribute]
public ref class CacheRefreshPlan
[<SerializableAttribute>]
type CacheRefreshPlan =  class end
public class CacheRefreshPlan

Der CacheRefreshPlan-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode CacheRefreshPlan Creates a new instance of the CacheRefreshPlan class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

A cache refresh plan is a user-defined schedule to preload a report cache or shared dataset cache based on certain criteria.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.