Returns the name of the publication identified by the specified publication ID.
Visual Basic Public Function GetPublicationName( _ ByVal pubID As Integer _ ) As String
C# public string GetPublicationName( int pubID );
pubID The ID of the publication. The value must be in the range [1,PublicationCount].
The publication name as a string.
Note: Publication IDs and counts may change during a schema upgrade. To correctly identify a publication, access it by name or refresh the cached IDs and counts after a schema upgrade.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |