ReportingService2010.EndGetCacheRefreshPlanProperties Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
System::String ^ EndGetCacheRefreshPlanProperties(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] System::String ^ % LastRunStatus, [Runtime::InteropServices::Out] Microsoft::SqlServer::ReportingServices2010::CacheRefreshPlanState ^ % State, [Runtime::InteropServices::Out] System::String ^ % EventType, [Runtime::InteropServices::Out] System::String ^ % MatchData, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::ReportingServices2010::ParameterValue ^> ^ % Parameters);
public string EndGetCacheRefreshPlanProperties (IAsyncResult asyncResult, out string LastRunStatus, out Microsoft.SqlServer.ReportingServices2010.CacheRefreshPlanState State, out string EventType, out string MatchData, out Microsoft.SqlServer.ReportingServices2010.ParameterValue[] Parameters);
member this.EndGetCacheRefreshPlanProperties : IAsyncResult * string * CacheRefreshPlanState * string * string * ParameterValue[] -> string
Public Function EndGetCacheRefreshPlanProperties (asyncResult As IAsyncResult, ByRef LastRunStatus As String, ByRef State As CacheRefreshPlanState, ByRef EventType As String, ByRef MatchData As String, ByRef Parameters As ParameterValue()) As String
Parameter
- asyncResult
- IAsyncResult
- LastRunStatus
- String
- State
- CacheRefreshPlanState
- EventType
- String
- MatchData
- String
- Parameters
- ParameterValue[]