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 类

 

CollationName 属性

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

语法
Visual Basic
Public Readonly Property CollationName As String
C#
public string  CollationName { get;}
属性值

表示数据库归类序列的字符串。

注释

数据库归类序列将影响表和结果集索引的排序方式。

另请参见