ReportingService2010.PrepareQueryAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| PrepareQueryAsync(DataSource, DataSetDefinition) | |
| PrepareQueryAsync(DataSource, DataSetDefinition, Object) |
PrepareQueryAsync(DataSource, DataSetDefinition)
public:
void PrepareQueryAsync(Microsoft::SqlServer::ReportingServices2010::DataSource ^ DataSource, Microsoft::SqlServer::ReportingServices2010::DataSetDefinition ^ DataSet);
public void PrepareQueryAsync (Microsoft.SqlServer.ReportingServices2010.DataSource DataSource, Microsoft.SqlServer.ReportingServices2010.DataSetDefinition DataSet);
參數
- DataSource
- DataSource
- DataSet
- DataSetDefinition
適用於
PrepareQueryAsync(DataSource, DataSetDefinition, Object)
public:
void PrepareQueryAsync(Microsoft::SqlServer::ReportingServices2010::DataSource ^ DataSource, Microsoft::SqlServer::ReportingServices2010::DataSetDefinition ^ DataSet, System::Object ^ userState);
public void PrepareQueryAsync (Microsoft.SqlServer.ReportingServices2010.DataSource DataSource, Microsoft.SqlServer.ReportingServices2010.DataSetDefinition DataSet, object userState);
參數
- DataSource
- DataSource
- DataSet
- DataSetDefinition
- userState
- Object