次の方法で共有


ReportingService2010.SetCacheRefreshPlanPropertiesAsync メソッド

定義

オーバーロード

SetCacheRefreshPlanPropertiesAsync(String, String, String, String, ParameterValue[])
SetCacheRefreshPlanPropertiesAsync(String, String, String, String, ParameterValue[], Object)

SetCacheRefreshPlanPropertiesAsync(String, String, String, String, ParameterValue[])

public:
 void SetCacheRefreshPlanPropertiesAsync(System::String ^ CacheRefreshPlanID, System::String ^ Description, System::String ^ EventType, System::String ^ MatchData, cli::array <Microsoft::SqlServer::ReportingServices2010::ParameterValue ^> ^ Parameters);
public void SetCacheRefreshPlanPropertiesAsync (string CacheRefreshPlanID, string Description, string EventType, string MatchData, Microsoft.SqlServer.ReportingServices2010.ParameterValue[] Parameters);
member this.SetCacheRefreshPlanPropertiesAsync : string * string * string * string * Microsoft.SqlServer.ReportingServices2010.ParameterValue[] -> unit
Public Sub SetCacheRefreshPlanPropertiesAsync (CacheRefreshPlanID As String, Description As String, EventType As String, MatchData As String, Parameters As ParameterValue())

パラメーター

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

適用対象

SetCacheRefreshPlanPropertiesAsync(String, String, String, String, ParameterValue[], Object)

public:
 void SetCacheRefreshPlanPropertiesAsync(System::String ^ CacheRefreshPlanID, System::String ^ Description, System::String ^ EventType, System::String ^ MatchData, cli::array <Microsoft::SqlServer::ReportingServices2010::ParameterValue ^> ^ Parameters, System::Object ^ userState);
public void SetCacheRefreshPlanPropertiesAsync (string CacheRefreshPlanID, string Description, string EventType, string MatchData, Microsoft.SqlServer.ReportingServices2010.ParameterValue[] Parameters, object userState);
member this.SetCacheRefreshPlanPropertiesAsync : string * string * string * string * Microsoft.SqlServer.ReportingServices2010.ParameterValue[] * obj -> unit
Public Sub SetCacheRefreshPlanPropertiesAsync (CacheRefreshPlanID As String, Description As String, EventType As String, MatchData As String, Parameters As ParameterValue(), userState As Object)

パラメーター

CacheRefreshPlanID
String
Description
String
EventType
String
MatchData
String
Parameters
ParameterValue[]
userState
Object

適用対象