DbColumn.NumericScale プロパティ

定義

null または列のデータの小数点以下桁数を返す、null 許容の int32 値を取得します。 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 値。

適用対象