IDbDataParameter.Precision 屬性

定義

表示數值參數的精度。

public:
 property System::Byte Precision { System::Byte get(); void set(System::Byte value); };
public byte Precision { get; set; }
member this.Precision : byte with get, set
Public Property Precision As Byte

屬性值

代表資料提供者參數物件的 Value 屬性所使用的最大數字數。 預設值為 0,表示資料提供者設定了 Value 的精確度。

適用於