ReportingService2006.PrepareQueryAsync Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
PrepareQueryAsync(DataSource, DataSetDefinition, Object) | |
PrepareQueryAsync(DataSource, DataSetDefinition) |
PrepareQueryAsync(DataSource, DataSetDefinition, Object)
public:
void PrepareQueryAsync(Microsoft::SqlServer::ReportingServices2006::DataSource ^ DataSource, Microsoft::SqlServer::ReportingServices2006::DataSetDefinition ^ DataSet, System::Object ^ userState);
public void PrepareQueryAsync (Microsoft.SqlServer.ReportingServices2006.DataSource DataSource, Microsoft.SqlServer.ReportingServices2006.DataSetDefinition DataSet, object userState);
member this.PrepareQueryAsync : Microsoft.SqlServer.ReportingServices2006.DataSource * Microsoft.SqlServer.ReportingServices2006.DataSetDefinition * obj -> unit
Public Sub PrepareQueryAsync (DataSource As DataSource, DataSet As DataSetDefinition, userState As Object)
Параметры
- DataSource
- DataSource
- DataSet
- DataSetDefinition
- userState
- Object
Применяется к
PrepareQueryAsync(DataSource, DataSetDefinition)
public:
void PrepareQueryAsync(Microsoft::SqlServer::ReportingServices2006::DataSource ^ DataSource, Microsoft::SqlServer::ReportingServices2006::DataSetDefinition ^ DataSet);
public void PrepareQueryAsync (Microsoft.SqlServer.ReportingServices2006.DataSource DataSource, Microsoft.SqlServer.ReportingServices2006.DataSetDefinition DataSet);
member this.PrepareQueryAsync : Microsoft.SqlServer.ReportingServices2006.DataSource * Microsoft.SqlServer.ReportingServices2006.DataSetDefinition -> unit
Public Sub PrepareQueryAsync (DataSource As DataSource, DataSet As DataSetDefinition)
Параметры
- DataSource
- DataSource
- DataSet
- DataSetDefinition