ReportingService2010.PrepareQueryAsync 方法

定義

多載

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

適用於

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
userState
Object

適用於