SqlFacetAttribute.Precision 属性

定义

用户定义类型的返回类型的精度。

public:
 property int Precision { int get(); void set(int value); };
public int Precision { get; set; }
member this.Precision : int with get, set
Public Property Precision As Integer

属性值

表示返回类型的精度的 Int32

注解

属性 Precision 仅对数值类型有效。 设置ScalePrecision属性时,还必须指定 该属性。

属性的 Precision 最大值为 38;默认值为 38。

适用于