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 类

 

ULDatabaseSchema 成员

公共属性
成员名称 说明

CollationName 属性

不建议使用此属性。请改用 GetDatabaseProperty("Collation")。数据库的归类序列名称。

IsCaseSensitive 属性

检查数据库是否区分大小写。

IsOpen 属性

数据库模式是否处于打开状态。

PublicationCount 属性

数据库中发布的数目。

TableCount 属性

数据库中表的数目。

公共方法
成员名称 说明

GetDatabaseProperty 方法

返回指定数据库属性的值。

GetPublicationName 方法

返回由指定的发布 ID 标识的发布的名称。

GetPublicationSchema 方法

返回与指定发布对应的发布模式.

GetTableName 方法

返回由指定的表 ID 所标识的表的名称。

SetDatabaseOption 方法

设置指定数据库选项的值。

另请参见