SqlMetaData.Scale Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public ReadOnly Property Scale As Byte
    Get
'Usage
Dim instance As SqlMetaData
Dim value As Byte

value = instance.Scale
public byte Scale { get; }
public:
property unsigned char Scale {
    unsigned char get ();
}
member Scale : byte
function get Scale () : byte

Property Value

Type: System.Byte

See Also

Reference

SqlMetaData Class

System.Data.SqlServerCe Namespace