ReportingService2010.GetCacheRefreshPlanProperties 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 캐시 새로 고침 계획의 속성을 반환합니다.
public:
System::String ^ GetCacheRefreshPlanProperties(System::String ^ CacheRefreshPlanID, [Runtime::InteropServices::Out] System::String ^ % LastRunStatus, [Runtime::InteropServices::Out] ReportService2010::CacheRefreshPlanState ^ % State, [Runtime::InteropServices::Out] System::String ^ % EventType, [Runtime::InteropServices::Out] System::String ^ % MatchData, [Runtime::InteropServices::Out] cli::array <ReportService2010::ParameterValue ^> ^ % Parameters);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCacheRefreshPlanProperties", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)]
[System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")]
[System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
public string GetCacheRefreshPlanProperties (string CacheRefreshPlanID, out string LastRunStatus, out ReportService2010.CacheRefreshPlanState State, out string EventType, out string MatchData, out ReportService2010.ParameterValue[] Parameters);
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCacheRefreshPlanProperties", ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped, RequestNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use=System.Web.Services.Description.SoapBindingUse.Literal)>]
[<System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")>]
[<System.Web.Services.Protocols.SoapHeader("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)>]
member this.GetCacheRefreshPlanProperties : string * string * CacheRefreshPlanState * string * string * ParameterValue[] -> string
Public Function GetCacheRefreshPlanProperties (CacheRefreshPlanID As String, ByRef LastRunStatus As String, ByRef State As CacheRefreshPlanState, ByRef EventType As String, ByRef MatchData As String, ByRef Parameters As ParameterValue()) As String
매개 변수
- CacheRefreshPlanID
- String
캐시 새로 고침 계획의 고유 식별자입니다.
- LastRunStatus
- String
[out] 가장 최근 캐시 새로 고침의 상태를 나타내는 string
입니다.
- State
- CacheRefreshPlanState
[out] 캐시 새로 고침 계획의 현재 상태입니다.
- EventType
- String
[out] 캐시 새로 고침을 트리거하는 이벤트의 유형입니다.
- MatchData
- String
[out] 지정된 EventType
매개 변수와 연결된 데이터입니다. 의 항목 ItemPath
또는 공유 일정의 일정 ID와 관련된 직렬화된 ScheduleDefinition 입니다.
- Parameters
- ParameterValue[]
[out] 캐시 새로 고침 계획을 만든 항목의 매개 변수 목록을 포함하는 ParameterValue 개체의 배열입니다.
반환
캐시 새로 고침 계획의 설명을 나타내는 string
입니다.
- 특성
설명
다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.
SOAP 헤더 사용 | (In) TrustedUserHeaderValue (Out) ServerInfoHeaderValue |
기본 모드 필수 권한 | ReadPolicy |
SharePoint 모드 필수 권한 | <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems> |