获取和设置表示 Value 属性时最多可以使用的位数。
Visual Basic Public Property Precision As Byte
C# public byte Precision { get; set; }
此属性的值为表示 Value 属性时最多可以使用的位数。缺省值为 0,表示数据提供程序为 Value 属性设置精度。
Precision 属性仅用于小数和数字类型的输入参数。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |