FlatFileColumn.DataPrecision 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定定義為數字資料型態的欄位中的總位數。
public:
property int DataPrecision { int get(); void set(int value); };
public int DataPrecision { get; set; }
member this.DataPrecision : int with get, set
Public Property DataPrecision As Integer
屬性值
一個定義數字資料型態中總位數的整數。
備註
位數 (Precision) 是指數字中總共的位數。 例如,數字 123.45 的精確度為 5,刻度為 2。