SqlFacetAttribute.Scale 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
property int Scale { int get(); void set(int value); };
public int Scale { get; set; }
member this.Scale : int with get, set
Public Property Scale As Integer
属性值
表示返回类型的小数位数的 Int32。
注解
属性 Scale 仅对十进制类型有效。 设置PrecisionScale属性时,还必须指定 该属性。
属性的 Scale 最大值为 38;默认值为 0。
适用于