DbColumn.NumericPrecision 屬性

定義

取得資料行資料的數值有效位數,如未設定任何值則為 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

適用於