UL Ext: Represents synchronization parameters that define how to synchronize an UltraLite database.
Public NotInheritable Class ULSyncParms
public sealed class ULSyncParms
All members of ULSyncParms class, including all inherited members.
Name | Description |
---|---|
Copies the properties of the specified ULSyncParms object to this ULSyncParms object. | |
Returns the string representation of this instance. | |
Specifies additional synchronization parameters. | |
Specifies parameters for a custom user authentication script (MobiLink authenticate_parameters connection event). | |
Specifies whether to disable or enable uploads when synchronizing. | |
Specifies whether to disable or enable partial downloads when synchronizing. | |
Specifies a new MobiLink password for the user specified with UserName. | |
The MobiLink password for the user specified by UserName. | |
Specifies whether the client should only ping the MobiLink server instead of performing a real synchronization. | |
Specifies the publications to be synchronized. | |
Specifies whether to resume or discard a previous partial download. | |
Specifies whether the client should send column names to the MobiLink server during synchronization. | |
Specifies whether the client should send a download acknowledgement to the MobiLink server during synchronization. | |
Specifies the MobiLink synchronization stream to use for synchronization. | |
Specifies the parameters to configure the synchronization stream. | |
Specifies whether to disable or enable downloads when synchronizing. | |
The user name that uniquely identifies the MobiLink client to the MobiLink server. | |
Specifies which synchronization script to use. |
There is no constructor for this class. Each connection has its own ULSyncParms instance, attached as its ULConnection.SyncParms.
At most, only one synchronization command (ULSyncParms.DownloadOnly, ULSyncParms.PingOnly, ULSyncParms.ResumePartialDownload, or ULSyncParms.UploadOnly) can be specified at a time. If more than one of these parameters is set to true, a ULSQLCode.SQLE_SYNC_INFO_INVALID SQLException is thrown by ULConnection.Synchronize().
Other sources of ULSQLCode.SQLE_SYNC_INFO_INVALID errors include not specifying a ULSyncParms.Stream value or a ULSyncParms.Version value.
CopyFrom method
ToString method
AdditionalParms property
AuthenticationParms property
DownloadOnly property
KeepPartialDownload property
NewPassword property
Password property
PingOnly property
Publications property
ResumePartialDownload property
SendColumnNames property
SendDownloadAck property
Stream property
StreamParms property
UploadOnly property
UserName property
Version property
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |