次の方法で共有


ReportingService2010.EndCreateCatalogItem(IAsyncResult, Warning[]) メソッド

定義

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

パラメーター

asyncResult
IAsyncResult
Warnings
Warning[]

戻り値

適用対象