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.
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |