次の方法で共有


ReportingService2010.EndListJobs(IAsyncResult) メソッド

定義

public:
 cli::array <Microsoft::SqlServer::ReportingServices2010::Job ^> ^ EndListJobs(IAsyncResult ^ asyncResult);
public Microsoft.SqlServer.ReportingServices2010.Job[] EndListJobs (IAsyncResult asyncResult);
member this.EndListJobs : IAsyncResult -> Microsoft.SqlServer.ReportingServices2010.Job[]
Public Function EndListJobs (asyncResult As IAsyncResult) As Job()

パラメーター

asyncResult
IAsyncResult

戻り値

Job[]

適用対象