OracleParameter.Scale プロパティ
メモ : このプロパティは、互換性のために残されています。 旧式でない代替が必要な場合は、To be written. を使用してください。
Value を解決するための小数部桁数を取得または設定します。 名前空間: System.Data.OracleClientアセンブリ: System.Data.OracleClient (system.data.oracleclient.dll 内)

<ObsoleteAttribute("Scale has been deprecated. Use the Math classes to explicitly set the scale of a decimal. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Property Scale As Byte
[ObsoleteAttribute("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; }
[ObsoleteAttribute(L"Scale has been deprecated. Use the Math classes to explicitly set the scale of a decimal. http://go.microsoft.com/fwlink/?linkid=14202")] public: virtual property unsigned char Scale { unsigned char get () sealed; void set (unsigned char value) sealed; }
/** @property */ public final byte get_Scale () /** @property */ public final void set_Scale (byte value)
Value を解決するための小数部の桁数。既定値は 0 です。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- OracleParameter.Scale プロパティのページへのリンク