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