共用方式為


IDataSourceFieldSchema.Scale 屬性

定義

取得用以解析欄位中數值的小數位數。

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

屬性值

如果欄位的 DataType 屬性表示數字型別,則會傳回對值進行解析的小數位數,否則傳回 -1

適用於

另請參閱