ReportingService2006.EndListJobs(IAsyncResult) 方法

定义

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

参数

asyncResult
IAsyncResult

返回

Job[]

适用于