CacheRefreshPlan 클래스
Represents a cache refresh plan.
상속 계층
System. . :: . .Object
ReportService2010..::..CacheRefreshPlan
네임스페이스: ReportService2010
어셈블리: ReportService2010(ReportService2010.dll)
구문
‘선언
<SerializableAttribute> _
Public Class CacheRefreshPlan
‘사용 방법
Dim instance As CacheRefreshPlan
[SerializableAttribute]
public class CacheRefreshPlan
[SerializableAttribute]
public ref class CacheRefreshPlan
[<SerializableAttribute>]
type CacheRefreshPlan = class end
public class CacheRefreshPlan
CacheRefreshPlan 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
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. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
ToString | (Object에서 상속됨) |
맨 위로 이동
주의
A cache refresh plan is a user-defined schedule to preload a report cache or shared dataset cache based on certain criteria.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.