Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回由指定的发布 ID 标识的发布的名称。
Public Function GetPublicationName(ByVal pubID As Integer) As String
public string GetPublicationName(int pubID)
pubID 发布的 ID。值必须在 [1,PublicationCount] 范围内。
字符串形式的发布名称。
ULException 类 发生 SQL 错误。
发布 ID 和计数在模式升级过程中可能发生变化。为了正确地标识发布,请按名称访问它,或者在模式升级后刷新高速缓存中的 ID 和计数。