Returns the number of tables included in the specified publication mask.
Visual Basic
Public Function GetTableCountInPublications( _
ByVal mask As Integer _
) As Integer
C#
public int GetTableCountInPublications(
int mask
);
mask The set of publications to check. For information on building publication masks, see ULPublicationSchema class.
The number of tables included in set of publications.
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.