UL Ext.: Returns the time of the most recent download of the specified publication.
Visual Basic Public Function GetLastDownloadTime( _ ByVal publication As String _ ) As Date
C# public DateTime GetLastDownloadTime( string publication );
publication The publication to check. For more information, see ULPublicationSchema class.
The timestamp of the last download.
The parameter publication is a publication name to check. If the special constant ULPublicationSchema.SYNC_ALL_DB is used, returns the time of the last download of the entire database.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |