Checks whether the table is contained in the named publication.
Visual Basic
Public Function IsInPublication( _
ByVal pubName As String _
) As Boolean
C#
public bool IsInPublication(
string pubName
);
pubName The name of the publication.
True if the table is in the publication, false if the table is not in the publication.