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

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULConnection 类

 

GetLastDownloadTime 方法

UL Ext.: 返回指定发布的最近一次下载的时间。

语法
Visual Basic
Public Function GetLastDownloadTime( _
   ByVal publication As String _
) As Date
C#
public DateTime GetLastDownloadTime(
   string  publication
);
参数
返回值

上次的下载时间戳。

注释

参数 publication 为待检查的发布名称。如果使用了特殊常量 ULPublicationSchema.SYNC_ALL_DB,则返回最近一次下载整个数据库的时间。

另请参见