ReportingService2010.GetCacheRefreshPlanProperties Méthode

Définition

Retourne les propriétés du plan d'actualisation du cache spécifié.

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

Paramètres

CacheRefreshPlanID
String

Identificateur unique du plan d'actualisation du cache.

LastRunStatus
String

[out] Valeur de type string qui représente l'état du plan d'actualisation du cache le plus récent.

State
CacheRefreshPlanState

[out] État actuel du plan d'actualisation du cache.

EventType
String

[out] Le type d'événement qui a déclenché l'actualisation du cache.

MatchData
String

[out] Données associées au paramètre spécifié EventType. Il s’agit d’un élément sérialisé ScheduleDefinition spécifique à l’élément dans ItemPath, ou l’ID de planification d’une planification partagée.

Parameters
ParameterValue[]

[out] Tableau d'objets ParameterValue qui contient une liste de paramètres pour l'élément pour lequel le plan d'actualisation du cache a été créé.

Retours

Valeur de type string qui représente la description du plan d'actualisation du cache.

Attributs

Remarques

Le tableau suivant présente les informations relatives aux en-têtes et aux autorisations sur cette opération.

Utilisation de l’en-tête SOAP (In) TrustedUserHeaderValue

(Out) ServerInfoHeaderValue
Autorisations requises en mode natif ReadPolicy
Mode SharePoint Autorisations requises <xref:Microsoft.SharePoint.SPBasePermissions.ViewListItems>

S’applique à