ReportingService2010.EndGenerateModel(IAsyncResult, Warning[]) Method

Definition

public:
 Microsoft::SqlServer::ReportingServices2010::CatalogItem ^ EndGenerateModel(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] cli::array <Microsoft::SqlServer::ReportingServices2010::Warning ^> ^ % Warnings);
public Microsoft.SqlServer.ReportingServices2010.CatalogItem EndGenerateModel (IAsyncResult asyncResult, out Microsoft.SqlServer.ReportingServices2010.Warning[] Warnings);
member this.EndGenerateModel : IAsyncResult * Warning[] -> Microsoft.SqlServer.ReportingServices2010.CatalogItem
Public Function EndGenerateModel (asyncResult As IAsyncResult, ByRef Warnings As Warning()) As CatalogItem

Parameters

asyncResult
IAsyncResult
Warnings
Warning[]

Returns

Applies to