Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL Ext:返回指定发布的最近一次下载的时间。
Public Function GetLastDownloadTime(ByVal publication As String) As Date
public DateTime GetLastDownloadTime(string publication)
publication 待检查的发布。
上次的下载时间戳。如果使用了常量 SYNC_ALL_DB 用于发布,则返回最近一次下载整个数据库的时间。
ULException 类 发生 SQL 错误。
参数 publication 为待检查的发布名称。