Aracılığıyla paylaş


OracleParameter.Precision Özellik

Tanım

Dikkat

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

Özelliği temsil Value etmek için kullanılan en fazla basamak sayısını alır veya ayarlar.

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

Özellik Değeri

Özelliği temsil Value etmek için kullanılan basamak sayısı üst sınırı. Varsayılan değer 0'dır ve bu da veri sağlayıcısının için Valueduyarlığı ayarladığı gösterir.

Uygulamalar

Öznitelikler

Açıklamalar

veya Scale özelliklerinin ayarlanmasının Precision hiçbir etkisi yoktur.

Şunlara uygulanır