DbColumn.NumericPrecision 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取列数据的数值精度,否则在未设置任何值时为 null
。 在派生类中重写时,可设置为 int32
值(用于指定列数据的数值精度)或 null
。
public: property Nullable<int> NumericPrecision { public:
Nullable<int> get(); protected:
void set(Nullable<int> value); };
public int? NumericPrecision { get; protected set; }
member this.NumericPrecision : Nullable<int> with get, set
Public Property NumericPrecision As Nullable(Of Integer)
属性值
一个 int32
值,该值指定列数据的精度(如果数据为数值);否则,如果未设置任何值,则 Visual Basic) 中 (null 引用 Nothing
。