OracleParameter.Precision Proprietà

Definizione

Attenzione

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

Ottiene o imposta il numero massimo di cifre utilizzate per rappresentare la Value proprietà .

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

Valore della proprietà

Numero massimo di cifre utilizzate per rappresentare la Value proprietà . Il valore predefinito è 0, che indica che il provider di dati imposta la precisione per Value.

Implementazioni

Attributi

Commenti

L'impostazione delle Precision proprietà o Scale non ha alcun effetto.

Si applica a