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 proprietà 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

Valore della proprietà

Numero massimo di cifre utilizzate per rappresentare la proprietà Value. Il valore predefinito è 0 e indica che la precisione per la proprietà Value viene impostata dal provider di dati.

Implementazioni

Attributi

Commenti

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

Si applica a