다음을 통해 공유


ReportingService2010.GetCacheRefreshPlanProperties 메서드

정의

public:
 System::String ^ GetCacheRefreshPlanProperties(System::String ^ CacheRefreshPlanID, [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 GetCacheRefreshPlanProperties (string CacheRefreshPlanID, out string LastRunStatus, out Microsoft.SqlServer.ReportingServices2010.CacheRefreshPlanState State, out string EventType, out string MatchData, out Microsoft.SqlServer.ReportingServices2010.ParameterValue[] Parameters);
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

매개 변수

CacheRefreshPlanID
String
LastRunStatus
String
EventType
String
MatchData
String
Parameters
ParameterValue[]

반환

적용 대상