ReportingService2010.BeginPrepareQuery Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
IAsyncResult ^ BeginPrepareQuery(Microsoft::SqlServer::ReportingServices2010::DataSource ^ DataSource, Microsoft::SqlServer::ReportingServices2010::DataSetDefinition ^ DataSet, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginPrepareQuery (Microsoft.SqlServer.ReportingServices2010.DataSource DataSource, Microsoft.SqlServer.ReportingServices2010.DataSetDefinition DataSet, AsyncCallback callback, object asyncState);
member this.BeginPrepareQuery : Microsoft.SqlServer.ReportingServices2010.DataSource * Microsoft.SqlServer.ReportingServices2010.DataSetDefinition * AsyncCallback * obj -> IAsyncResult
Public Function BeginPrepareQuery (DataSource As DataSource, DataSet As DataSetDefinition, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parámetros
- DataSource
- DataSource
- DataSet
- DataSetDefinition
- callback
- AsyncCallback
- asyncState
- Object