Classe CacheRefreshPlan
Represents a cache refresh plan.
Hiérarchie d'héritage
System.Object
ReportService2010.CacheRefreshPlan
Espace de noms : ReportService2010
Assembly : ReportService2010 (en ReportService2010.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public Class CacheRefreshPlan
'Utilisation
Dim instance As CacheRefreshPlan
[SerializableAttribute]
public class CacheRefreshPlan
[SerializableAttribute]
public ref class CacheRefreshPlan
[<SerializableAttribute>]
type CacheRefreshPlan = class end
public class CacheRefreshPlan
Le type CacheRefreshPlan expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
CacheRefreshPlan | Creates a new instance of the CacheRefreshPlan class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Notes
A cache refresh plan is a user-defined schedule to preload a report cache or shared dataset cache based on certain criteria.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms ReportService2010