GetPublicationPredicate method

Returns the publication predicate for this table in the named publication.

Syntax
Visual Basic
Public Function GetPublicationPredicate( _
   ByVal pubName As String _
) As String
C#
public string  GetPublicationPredicate(
   string  pubName
);
Parameters
  • pubName   The name of the publication.

Return value

The publication predicate as a string.

See also