OracleParameter.Precision プロパティ

定義

注意事項

Precision has been deprecated. Use the Math classes to explicitly set the precision of a decimal. http://go.microsoft.com/fwlink/?linkid=14202

Value プロパティを表すために使用される最大桁数を取得または設定します。

public:
 property System::Byte Precision { System::Byte get(); void set(System::Byte value); };
public byte Precision { get; set; }
[System.ComponentModel.Browsable(false)]
[System.Obsolete("Precision has been deprecated.  Use the Math classes to explicitly set the precision of a decimal.  http://go.microsoft.com/fwlink/?linkid=14202")]
public byte Precision { get; set; }
member this.Precision : byte with get, set
[<System.ComponentModel.Browsable(false)>]
[<System.Obsolete("Precision has been deprecated.  Use the Math classes to explicitly set the precision of a decimal.  http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Precision : byte with get, set
Public Property Precision As Byte

プロパティ値

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

実装

属性

注釈

または Scale プロパティをPrecision設定しても効果はありません。

適用対象