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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere .NET 2.0 API 参考 » iAnywhere.Data.SQLAnywhere 命名空间 (.NET 2.0) » SAParameter 类

 

Precision 属性

获取和设置表示 Value 属性时最多可以使用的位数。

语法
Visual Basic

Public Property Precision As Byte
C#

public byte Precision { get; set; }
属性值

此属性的值为表示 Value 属性时最多可以使用的位数。缺省值为 0,表示数据提供程序为 Value 属性设置精度。

注释

Precision 属性仅用于小数和数字类型的输入参数。

另请参见