ReportingService2010.EndGenerateModel(IAsyncResult, Warning[]) 方法

定义

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);
Public Function EndGenerateModel (asyncResult As IAsyncResult, ByRef Warnings As Warning()) As CatalogItem

参数

asyncResult
IAsyncResult
Warnings
Warning[]

返回

CatalogItem

适用于