iAnywhere.Data.UltraLite namespace
UL Ext.: Represents synchronization parameters that define how to synchronize an UltraLite database.
' Visual Basic
NotInheritable Public Class ULSyncParms
// C#
public sealed class ULSyncParms
This class cannot be directly instantiated. Each connection has its own ULSyncParms instance, attached as its SyncParms property property.
At most, only one synchronization command (DownloadOnly property, PingOnly property, ResumePartialDownload property, or UploadOnly property) may be specified at a time. If more than one of these parameters is set to true, a ULSQLCode enumeration SQLException is thrown by Synchronize method.
Other sources of ULSQLCode enumeration errors include not specifying a Stream property value or a Version property value.
ULSyncParms members
AuthenticationParms property
CheckpointStore property
DisableConcurrency property
DownloadOnly property
KeepPartialDownload property
NewPassword property
Password property
PingOnly property
PublicationMask property
ResumePartialDownload property
SendColumnNames property
SendDownloadAck property
Stream property
StreamParms property
UploadOnly property
UserName property
Version property
CopyFrom method
Finalize method
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.