SqlDecimal.Value プロパティ

定義

SqlDecimal 構造体の値を取得します。 このプロパティは読み取り専用です。

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

プロパティ値

-79,228,162,514,264,337,593,543,950,335 から 79,228,162,514,162,514,264,337,593,543,950,335 までの範囲の数値。

適用対象