ReportingService2010.DeleteCacheRefreshPlan(String) 메서드

정의

캐시 새로 고침 계획을 삭제합니다.

public:
 void DeleteCacheRefreshPlan(System::String ^ CacheRefreshPlanID);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteCacheRefreshPlan", 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 void DeleteCacheRefreshPlan (string CacheRefreshPlanID);
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/DeleteCacheRefreshPlan", 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.DeleteCacheRefreshPlan : string -> unit
Public Sub DeleteCacheRefreshPlan (CacheRefreshPlanID As String)

매개 변수

CacheRefreshPlanID
String

캐시 새로 고침 계획의 고유 식별자입니다.

특성

설명

다음 표에서는 이 작업에 대한 헤더 및 사용 권한 정보를 보여 줍니다.

SOAP 헤더 사용 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
기본 모드 필수 권한 DeleteAnySubscription OR(DeleteSubscription 및 사용자가 캐시 새로 고침 계획의 소유자임)
SharePoint 모드 필수 권한 <xref:Microsoft.SharePoint.SPBasePermissions.ManageAlerts> OR(<xref:Microsoft.SharePoint.SPBasePermissions.CreateAlerts> 및 사용자가 캐시 새로 고침 계획의 소유자임)

항목을 삭제하면 해당 항목과 연결된 모든 캐시 새로 고침 계획도 삭제됩니다.

적용 대상