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
,如果數據是數值,則指定數據行數據的精確度;否則,如果未設定任何值,則為Visual Basic中的 null 參考) (Nothing
。