ReportingService2010.DeleteCacheRefreshPlan Method
SQL Server 2008 R2
Deletes a cache refresh plan.
Assembly: ReportService2010 (in ReportService2010.dll)
[SoapHeaderAttribute("TrustedUserHeaderValue")] [SoapDocumentMethodAttribute("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteCacheRefreshPlan", 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 void DeleteCacheRefreshPlan( string CacheRefreshPlanID )
Parameters
- CacheRefreshPlanID
- Type: System.String
The unique identifier of the cache refresh plan.
The table below shows header and permissions information on this operation.
SOAP Header Usage | (Out) ServerInfoHeaderValue |
Native Mode Required Permissions | DeleteAnySubscription OR (DeleteSubscription AND the user is the owner of the cache refresh plan) |
SharePoint Mode Required Permissions | ManageAlerts() OR (CreateAlerts() AND the user is the owner of the cache refresh plan) |
If you delete an item, all cache refresh plans associated with that item will also be deleted.
