OracleParameter.Precision Właściwość

Definicja

Przestroga

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

Pobiera lub ustawia maksymalną liczbę cyfr używanych do reprezentowania Value właściwości.

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

Wartość właściwości

Maksymalna liczba cyfr używanych do reprezentowania Value właściwości. Wartość domyślna to 0, co oznacza, że dostawca danych ustawia dokładność dla parametru Value.

Implementuje

Atrybuty

Uwagi

Precision Ustawienie właściwości lub Scale nie ma wpływu.

Dotyczy