Metoda ReportingService2010.GetCacheRefreshPlanProperties
Zwraca właściwości plan odświeżania pamięci podręcznej określony.
Przestrzeń nazw: ReportService2010
Zestaw: ReportService2010 (w ReportService2010.dll)
Składnia
'Deklaracja
<SoapHeaderAttribute("TrustedUserHeaderValue")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCacheRefreshPlanProperties", RequestNamespace := "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _
ResponseNamespace := "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
<SoapHeaderAttribute("ServerInfoHeaderValue", Direction := SoapHeaderDirection.Out)> _
Public Function GetCacheRefreshPlanProperties ( _
CacheRefreshPlanID As String, _
<OutAttribute> ByRef LastRunStatus As String, _
<OutAttribute> ByRef State As CacheRefreshPlanState, _
<OutAttribute> ByRef EventType As String, _
<OutAttribute> ByRef MatchData As String, _
<OutAttribute> ByRef Parameters As ParameterValue() _
) As String
'Użycie
Dim instance As ReportingService2010
Dim CacheRefreshPlanID As String
Dim LastRunStatus As String
Dim State As CacheRefreshPlanState
Dim EventType As String
Dim MatchData As String
Dim Parameters As ParameterValue()
Dim returnValue As String
returnValue = instance.GetCacheRefreshPlanProperties(CacheRefreshPlanID, _
LastRunStatus, State, EventType, _
MatchData, Parameters)
[SoapHeaderAttribute("TrustedUserHeaderValue")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCacheRefreshPlanProperties", RequestNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
ResponseNamespace = "https://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
)
[SoapHeaderAttribute(L"TrustedUserHeaderValue")]
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCacheRefreshPlanProperties", RequestNamespace = L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
ResponseNamespace = L"https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)]
[SoapHeaderAttribute(L"ServerInfoHeaderValue", Direction = SoapHeaderDirection::Out)]
public:
String^ GetCacheRefreshPlanProperties(
String^ CacheRefreshPlanID,
[OutAttribute] String^% LastRunStatus,
[OutAttribute] CacheRefreshPlanState^% State,
[OutAttribute] String^% EventType,
[OutAttribute] String^% MatchData,
[OutAttribute] array<ParameterValue^>^% Parameters
)
[<SoapHeaderAttribute("TrustedUserHeaderValue")>]
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer/GetCacheRefreshPlanProperties", RequestNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
ResponseNamespace = "https://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>]
[<SoapHeaderAttribute("ServerInfoHeaderValue", Direction = SoapHeaderDirection.Out)>]
member GetCacheRefreshPlanProperties :
CacheRefreshPlanID:string *
LastRunStatus:string byref *
State:CacheRefreshPlanState byref *
EventType:string byref *
MatchData:string byref *
Parameters:ParameterValue[] byref -> string
public function GetCacheRefreshPlanProperties(
CacheRefreshPlanID : String,
LastRunStatus : String,
State : CacheRefreshPlanState,
EventType : String,
MatchData : String,
Parameters : ParameterValue[]
) : String
Parametry
- CacheRefreshPlanID
Typ: System.String
Identyfikator unikatowy planu odświeżania pamięci podręcznej.
- LastRunStatus
Typ: System.String%
[Brak] A ciąg , reprezentuje stan ostatniego odświeżania pamięci podręcznej.
- State
Typ: ReportService2010.CacheRefreshPlanState%
[Brak] Bieżący stan planu odświeżania pamięci podręcznej.
- EventType
Typ: System.String%
[Brak] Typ zdarzenie wyzwalającego odświeżania pamięci podręcznej.
- MatchData
Typ: System.String%
[Brak] Dane skojarzone z określonym EventType parametru.To jest szeregowana ScheduleDefinition określonych w pozycji ItemPath, lub identyfikator harmonogramu udostępniony harmonogram.
- Parameters
Typ: array<ReportService2010.ParameterValue[]%
[Brak] Tablica ParameterValue obiektów, które zawiera listę parametrów element dla którego został utworzony plan odświeżania pamięci podręcznej.
Wartość zwracana
Typ: System.String
A ciąg reprezentująca opis planu odświeżania pamięci podręcznej.
Uwagi
W poniższej tabela przedstawiono informacje nagłówka i uprawnienia na tej operacji.
Użycie nagłówek protokołu SOAP |
(Ruch wychodzący)ServerInfoHeaderValue |
Tryb macierzysty wymagane uprawnienia |
|
Tryb programu SharePoint wymagane uprawnienia |
ViewListItems() |
Zobacz także