ReportingService2010.CreateCacheRefreshPlanAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| CreateCacheRefreshPlanAsync(String, String, String, String, ParameterValue[]) | |
| CreateCacheRefreshPlanAsync(String, String, String, String, ParameterValue[], Object) |
CreateCacheRefreshPlanAsync(String, String, String, String, ParameterValue[])
public:
void CreateCacheRefreshPlanAsync(System::String ^ ItemPath, System::String ^ Description, System::String ^ EventType, System::String ^ MatchData, cli::array <Microsoft::SqlServer::ReportingServices2010::ParameterValue ^> ^ Parameters);
public void CreateCacheRefreshPlanAsync (string ItemPath, string Description, string EventType, string MatchData, Microsoft.SqlServer.ReportingServices2010.ParameterValue[] Parameters);
Public Sub CreateCacheRefreshPlanAsync (ItemPath As String, Description As String, EventType As String, MatchData As String, Parameters As ParameterValue())
参数
- ItemPath
- String
- Description
- String
- EventType
- String
- MatchData
- String
- Parameters
- ParameterValue[]
适用于
CreateCacheRefreshPlanAsync(String, String, String, String, ParameterValue[], Object)
public:
void CreateCacheRefreshPlanAsync(System::String ^ ItemPath, System::String ^ Description, System::String ^ EventType, System::String ^ MatchData, cli::array <Microsoft::SqlServer::ReportingServices2010::ParameterValue ^> ^ Parameters, System::Object ^ userState);
public void CreateCacheRefreshPlanAsync (string ItemPath, string Description, string EventType, string MatchData, Microsoft.SqlServer.ReportingServices2010.ParameterValue[] Parameters, object userState);
Public Sub CreateCacheRefreshPlanAsync (ItemPath As String, Description As String, EventType As String, MatchData As String, Parameters As ParameterValue(), userState As Object)
参数
- ItemPath
- String
- Description
- String
- EventType
- String
- MatchData
- String
- Parameters
- ParameterValue[]
- userState
- Object