OracleParameter.Scale 屬性

定義

警告

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

取得或設定被解決的小 Value 數點數。

public:
 property System::Byte Scale { System::Byte get(); void set(System::Byte value); };
public byte Scale { get; set; }
[System.ComponentModel.Browsable(false)]
[System.Obsolete("Scale has been deprecated.  Use the Math classes to explicitly set the scale of a decimal.  http://go.microsoft.com/fwlink/?linkid=14202")]
public byte Scale { get; set; }
member this.Scale : byte with get, set
[<System.ComponentModel.Browsable(false)>]
[<System.Obsolete("Scale has been deprecated.  Use the Math classes to explicitly set the scale of a decimal.  http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Scale : byte with get, set
Public Property Scale As Byte

屬性值

解決到的小數 Value 點數。 預設值是 0。

實作

屬性

備註

設定 Precision OR Scale 屬性不會有影響。

適用於