UL Ext: Represents synchronization parameters that define how to synchronize an UltraLite database.
Public NotInheritable Class ULSyncParms
public sealed class ULSyncParms
All members of the 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 as a semicolon-separated list of name=value pairs. | |
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 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 property.
At most, only one synchronization command (the ULSyncParms.DownloadOnly, ULSyncParms.PingOnly, ULSyncParms.ResumePartialDownload, or ULSyncParms.UploadOnly property) 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 the ULConnection.Synchronize method.
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
SendDownloadAck property
Stream property
StreamParms property
UploadOnly property
UserName property
Version property
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |