次の方法で共有


IDbDataParameter.Precision プロパティ

数値パラメータの有効桁数を示します。

Property Precision As Byte
[C#]
byte Precision {get; set;}
[C++]
__property unsigned char get_Precision();__property void set_Precision(unsigned char);
[JScript]
function get Precision() : Byte;function set Precision(Byte);

プロパティ値

データ プロバイダである Parameter オブジェクトの Value プロパティを表すために使用される最大桁数。既定値は 0 です。この場合、Value の精度はデータ プロバイダによって設定されます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

IDbDataParameter インターフェイス | IDbDataParameter メンバ | System.Data 名前空間