Share via


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 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 CacheRefreshPlan Creates a new instance of the CacheRefreshPlan class.

맨 위로 이동

속성

  이름 설명
공용 속성 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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

ReportService2010 네임스페이스

관련 자료

공유 데이터 집합(SSRS) 캐시

보고서 캐시(SSRS)