SqlFacetAttribute.Scale 属性

定义

用户定义类型的返回类型的小数位数。

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。

适用于