Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULSyncParms class

PingOnly property Next Page

PublicationMask property


Specifies the publications to be synchronized.

Syntax

Visual Basic

Public Property PublicationMask As Integer

C#

public int PublicationMask { get; set; }

Property value

A bitwise combination of publication masks, the special value ULPublicationSchema.SYNC_ALL_PUBS, or the special value ULPublicationSchema.SYNC_ALL_DB. The default is ULPublicationSchema.SYNC_ALL_DB. For more information on publication masks, see ULPublicationSchema class.

See also