ReportingService2010.SetCacheRefreshPlanProperties 메서드

정의

캐시 새로 고침 계획의 속성을 설정합니다.

public:
 void SetCacheRefreshPlanProperties(System::String ^ CacheRefreshPlanID, System::String ^ Description, System::String ^ EventType, System::String ^ MatchData, cli::array <ReportService2010::ParameterValue ^> ^ Parameters);
[System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetCacheRefreshPlanProperties", 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("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)]
[System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")]
public void SetCacheRefreshPlanProperties (string CacheRefreshPlanID, string Description, string EventType, string MatchData, ReportService2010.ParameterValue[] Parameters);
[<System.Web.Services.Protocols.SoapDocumentMethod("http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/SetCacheRefreshPlanProperties", 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("ServerInfoHeaderValue", Direction=System.Web.Services.Protocols.SoapHeaderDirection.Out)>]
[<System.Web.Services.Protocols.SoapHeader("TrustedUserHeaderValue")>]
member this.SetCacheRefreshPlanProperties : string * string * string * string * ReportService2010.ParameterValue[] -> unit
Public Sub SetCacheRefreshPlanProperties (CacheRefreshPlanID As String, Description As String, EventType As String, MatchData As String, Parameters As ParameterValue())

매개 변수

CacheRefreshPlanID
String

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

Description
String

캐시 새로 고침 계획에 대한 설명입니다. 이 매개 변수를 null(Visual Basic의 경우 Nothing)로 설정하면 캐시 새로 고침 계획의 기존 설명이 변경되지 않고 그대로 유지됩니다.

EventType
String

캐시 새로 고침을 트리거하는 이벤트의 유형입니다. 현재 유효한 값은 RefreshCache입니다. 이 매개 변수를 null(Visual Basic의 경우 Nothing)로 설정하면 기본값 RefreshCache가 사용됩니다.

MatchData
String

지정된 EventType 매개 변수와 연결된 데이터입니다. 이 항목은 의 항목 ItemPath또는 공유 일정의 일정 ID와 관련된 직렬화 ScheduleDefinition 되어야 합니다.

이 매개 변수는 가 로 null 설정된 경우에만 (Nothing Visual Basic의 경우 EventType )로 null설정할 수 있습니다. null로 설정하면 기존 데이터가 변경되지 않고 그대로 유지됩니다.

Parameters
ParameterValue[]

캐시 새로 고침 계획을 만든 항목의 매개 변수 목록을 포함하는 ParameterValue 개체의 배열입니다.

매개 변수를 변경하지 않으려면 이 매개 변수를 null(Visual Basic의 경우 Nothing)로 설정할 수 있습니다.

특성

설명

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

SOAP 헤더 사용 (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
기본 모드 필수 권한 ReadPolicyUpdatePolicy
SharePoint 모드 필수 권한 <xref:Microsoft.SharePoint.SPBasePermissions.EditListItems> 및 <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems>

적용 대상