SqlDecimal.Scale Property
.NET Framework 1.1
Gets or sets the number of decimal places to which Value is resolved.
[Visual Basic] Public ReadOnly Property Scale As Byte [C#] public byte Scale {get;} [C++] public: __property unsigned char get_Scale(); [JScript] public function get Scale() : Byte;
Property Value
The number of decimal places to which the Value property is resolved.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
SqlDecimal Structure | SqlDecimal Members | System.Data.SqlTypes Namespace