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
屬性值
用來表示資料提供者 Parameter 物件的 Value 屬性的最大位數。 預設值是 0,表示資料提供者會設定 Value 的整數位數。