This topic has not yet been rated - Rate this topic

SqlDecimal.Scale Property

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.