Checks whether the table is contained in the named publication.
Public Function IsInPublication(ByVal pubName As String) As Boolean
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.
ULException class A SQL error occurred.