IDataSourceFieldSchema.Scale 属性

定义

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

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

属性值

如果字段的 DataType 属性为 numeric 类型,则返回数值解析成的小数位数;否则返回 -1

适用于

另请参阅