DbColumn.NumericPrecision 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得欄位資料的數值精度;否則, null 若未設定值。 可以設定為 int32 一個值,用以指定欄位資料的數值精度,或 null 在導出類別中覆寫時。
public: property Nullable<int> NumericPrecision { public:
Nullable<int> get(); protected:
void set(Nullable<int> value); };
public int? NumericPrecision { get; protected set; }
member this.NumericPrecision : Nullable<int> with get, set
Public Property NumericPrecision As Nullable(Of Integer)
屬性值
int32 值,若資料為數值,則指定欄位資料的精度;否則,若未設定值,則為空參考(Nothing in Visual Basic)。