SqlMoney.Value プロパティ

定義

SqlMoney 構造体のインスタンスの通貨値を取得します。 このプロパティは読み取り専用です。

public:
 property System::Decimal Value { System::Decimal get(); };
public decimal Value { get; }
member this.Value : decimal
Public ReadOnly Property Value As Decimal

プロパティ値

SqlMoney 構造体のインスタンスの通貨値。

例外

プロパティが null に設定されています。

適用対象

こちらもご覧ください