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 参考 » ULCreateParms 类

 

Precision 属性

指定新数据库用于字符串转换的浮点精度。

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

指定精度的整数。值必须在 [1,127] 范围内。缺省值为 30。

另请参见