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 » ULDatabaseSchema class

GetPublicationSchema method Next Page

GetTableCountInPublications method


Returns the number of tables included in the specified publication mask.

Syntax

Visual Basic

Public Function GetTableCountInPublications( _
ByVal mask As Integer _
) As Integer

C#

public int GetTableCountInPublications(
int mask
);

Parameters
Return value

The number of tables included in set of publications.

Remarks

The count will not include tables whose names end in _nosync.

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

See also