SqlDecimal.Value 属性
定义
获取 SqlDecimal 结构的值。Gets the value of the SqlDecimal structure. 此属性是只读的。This property is read-only.
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 之间的数字。A number in the range -79,228,162,514,264,337,593,543,950,335 through 79,228,162,514,162,514,264,337,593,543,950,335.