Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » MobiLink - 服务器管理 » MobiLink 服务器 API » 使用 .NET 编写同步脚本 » 用于 .NET 参考的 MobiLink 服务器 API

 

DownloadData 接口

语法
interface DownloadData
注释

封装用于直接行处理的下载数据操作。要获取 DownloadData 实例,请使用 DBConnectionContext GetDownloadData 方法。使用 DownloadData.GetDownloadTables 和 GetDownloadTableByName 方法返回 DownloadTableData 实例。

可通过 DBConnectionContext 使用此下载数据。在 begin_synchronization 事件之前或 end_download 事件之后无法访问下载数据。无法访问仅上载同步中的 DownloadData。

另请参见

GetDownloadTables 方法
GetDownloadTableByName 方法