Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULDatabaseSchema 类

 

PublicationCount 属性

数据库中发布的数目。

语法
Visual Basic
Public Readonly Property PublicationCount As Integer
C#
public int PublicationCount { get;}
属性值

数据库中发布的数目;如果连接未打开,则为 0。

注释

发布 ID 的范围是从 1 到 PublicationCount(含 1 和 PublicationCount)。

注意:发布 ID 和计数在模式升级过程中可能发生变化。为了正确地标识发布,请按名称访问它,或者在模式升级后刷新高速缓存中的 ID 和计数。

另请参见