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 接口

 

GetDownloadTableByName 方法

语法
DownloadTableData GetDownloadTableByName(
string table-name);
注释

获取此同步的指定下载表。如果此同步中不存在具有指定名称的表,则会返回空值。

返回值

给定表名的下载数据或为空值(如果未找到)。

参数
  • table-name   您所需要的下载数据所在的表的名称。