次の方法で共有


ReportingService2010.EndGetCacheRefreshPlanProperties メソッド

定義

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

パラメーター

asyncResult
IAsyncResult
LastRunStatus
String
EventType
String
MatchData
String
Parameters
ParameterValue[]

戻り値

適用対象