ReportingService2010.BeginPrepareQuery Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- DataSource
- DataSource
- DataSet
- DataSetDefinition
- callback
- AsyncCallback
- asyncState
- Object