DataSetFieldSchema.Scale 属性

定义

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

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

属性值

Int32

此属性总是返回 -1。

实现

注解

Scale 属性是接口所必需的 IDataSourceFieldSchema ,但不由 DataSetFieldSchema 类使用。

适用于

另请参阅