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)
发布 待检查的发布。
上次的下载时间戳。
ULException 类 发生 SQL 错误。
参数 publication 为待检查的发布名称。如果使用了特殊常量 SYNC_ALL_DB,则返回最近一次下载整个数据库的时间。