Precision 属性 (ADO)

指示 Parameter 对象或 Field 对象中数值的精确度。

设置和返回值

设置或返回一个 Byte 值,该值指示用于表示值的最大位数。

备注

使用 Precision 属性确定用于表示 Parameter 或 Field 对象数值的值的最大位数。

该值在 Parameter 对象上可读/写。

对于 Field 对象,Precision 通常为只读。 但是,对于已附加到 RecordFields 集合的新 Field 对象,仅在已指定 Field 的 Value 属性,并且数据提供程序已通过调用 Fields 集合的 Update 方法成功添加了新的 Field 之后,Precision 才可读/写。

应用于

另请参阅

NumericScale 和 Precision 属性示例 (VB)
NumericScale 和 Precision 属性示例 (VC++)
NumericScale 属性 (ADO)