ReportingService2005.EndGetReportHistoryOptions 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
bool EndGetReportHistoryOptions(IAsyncResult ^ asyncResult, [Runtime::InteropServices::Out] bool % KeepExecutionSnapshots, [Runtime::InteropServices::Out] Microsoft::SqlServer::ReportingServices2005::ScheduleDefinitionOrReference ^ % Item);
public bool EndGetReportHistoryOptions (IAsyncResult asyncResult, out bool KeepExecutionSnapshots, out Microsoft.SqlServer.ReportingServices2005.ScheduleDefinitionOrReference Item);
member this.EndGetReportHistoryOptions : IAsyncResult * bool * ScheduleDefinitionOrReference -> bool
Public Function EndGetReportHistoryOptions (asyncResult As IAsyncResult, ByRef KeepExecutionSnapshots As Boolean, ByRef Item As ScheduleDefinitionOrReference) As Boolean
参数
- asyncResult
- IAsyncResult
- KeepExecutionSnapshots
- Boolean