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 1.0 API Reference » ULPublicationSchema class

IsOpen property Next Page

Mask property


Returns the publication mask of the publication.

Syntax

Visual Basic

Public Readonly Property Mask As Integer

C#

public int Mask {get;}

Property value

The publication mask of the publication.

Remarks

Publication IDs, masks, and counts may change during a schema upgrade. To correctly identify a publication, access it by name, or refresh the cached masks and counts after a schema upgrade.

Exceptions