OracleParameter.Precision Eigenschap

Definitie

Let op

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

Hiermee haalt u het maximum aantal cijfers op dat wordt gebruikt om de Value eigenschap weer te geven.

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

Waarde van eigenschap

Het maximum aantal cijfers dat wordt gebruikt om de Value eigenschap weer te geven. De standaardwaarde is 0, wat aangeeft dat de gegevensprovider de precisie voor Value.

Implementeringen

Kenmerken

Opmerkingen

Het instellen van de Precision of Scale eigenschappen heeft geen effect.

Van toepassing op