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

屬性值

用來表示資料提供者 Parameter 物件的 Value 屬性的最大位數。 預設值是 0,表示資料提供者會設定 Value 的整數位數。

適用於