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

<ObsoleteAttribute("Precision has been deprecated. Use the Math classes to explicitly set the precision of a decimal. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Property Precision As Byte
Dim instance As OracleParameter Dim value As Byte value = instance.Precision instance.Precision = value
[ObsoleteAttribute("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; }
[ObsoleteAttribute(L"Precision has been deprecated. Use the Math classes to explicitly set the precision of a decimal. http://go.microsoft.com/fwlink/?linkid=14202")] public: virtual property unsigned char Precision { unsigned char get () sealed; void set (unsigned char value) sealed; }
/** @property */ public final byte get_Precision () /** @property */ public final void set_Precision (byte value)
Value プロパティを表すための最大桁数。既定値は 0 です。この場合、Value の精度はデータ プロバイダによって設定されます。


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からOracleParameter.Precision プロパティを検索する場合は、下記のリンクをクリックしてください。

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