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 値。それ以外の場合は、値が設定されていない場合は null 参照 (Nothing Visual Basic)。