Share via


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 類別使用。

適用於

另請參閱