IDbDataParameter.Precision 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示數值參數的精度。
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 的精確度。