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.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |