IsInPublication method

Checks whether the table is contained in the named publication.

Syntax
Visual Basic

Public Function IsInPublication( _
   ByVal pubName As String _
) As Boolean
C#

public bool IsInPublication(
   string  pubName
);
Parameters
  • pubName   The name of the publication.

Return value

True if the table is in the publication, false if the table is not in the publication.

See also