ReportingService2010.GetCacheRefreshPlanProperties Method
Returns the properties of the specified cache refresh plan.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
[SoapHeaderAttribute("TrustedUserHeaderValue")] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCacheRefreshPlanProperties", RequestNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", ResponseNamespace = "http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)] [SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)] public string GetCacheRefreshPlanProperties( string CacheRefreshPlanID, out string LastRunStatus, out CacheRefreshPlanState State, out string EventType, out string MatchData, out ParameterValue[] Parameters )
Parameters
- CacheRefreshPlanID
- Type: System.String
The unique identifier for the cache refresh plan.
- LastRunStatus
- Type: System.String%
[out] A string that represents the status of the most recent cache refresh.
- State
- Type: ReportService2010.CacheRefreshPlanState%
[out] The current state of the cache refresh plan.
- EventType
- Type: System.String%
[out] The type of event that triggers the cache refresh.
- MatchData
- Type: System.String%
[out] The data that is associated with the specified EventType parameter. This is a serialized ScheduleDefinition specific to the item in ItemPath, or the schedule ID of a shared schedule.
- Parameters
- Type: ReportService2010.ParameterValue[]%
[out] An array of ParameterValue objects that contains a list of parameters for the item for which the cache refresh plan was created.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | |
SharePoint Mode Required Permissions |
