Язык

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.

Реализации

Атрибуты

Комментарии

Precision Настройка или Scale свойства не влияет.

Применяется к