ReportingService2005.EndPrepareQuery(IAsyncResult, Boolean, String[]) 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:
Microsoft::SqlServer::ReportingServices2005::DataSetDefinition ^ EndPrepareQuery(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] bool % Changed, [Runtime::InteropServices::Out] cli::array <System::String ^> ^ % ParameterNames);
public Microsoft.SqlServer.ReportingServices2005.DataSetDefinition EndPrepareQuery (IAsyncResult asyncResult, out bool Changed, out string[] ParameterNames);
member this.EndPrepareQuery : IAsyncResult * bool * String[] -> Microsoft.SqlServer.ReportingServices2005.DataSetDefinition
Public Function EndPrepareQuery (asyncResult As IAsyncResult, ByRef Changed As Boolean, ByRef ParameterNames As String()) As DataSetDefinition
Paramètres
- asyncResult
- IAsyncResult
- Changed
- Boolean
- ParameterNames
- String[]