通过


DataSetFieldSchema.Scale 属性

定义

获取要解析数据字段中数值的小数位数。

public:
 property int Scale { int get(); };
public int Scale { get; }
member this.Scale : int
Public ReadOnly Property Scale As Integer

属性值

此属性始终返回 -1。

实现

注解

Scale 属性由 IDataSourceFieldSchema 接口要求,但类不使用 DataSetFieldSchema 此属性。

适用于

另请参阅