Column.NumericScale Property

Gets or sets the scale of the specified column.

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Schema
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
Public Property NumericScale As Integer
    Get
    Friend Set
'Usage
Dim instance As Column
Dim value As Integer

value = instance.NumericScale
public int NumericScale { get; internal set; }
public:
property int NumericScale {
    int get ();
    internal: void set (int value);
}
member NumericScale : int with get, internal set
function get NumericScale () : int
internal function set NumericScale (value : int)

Property Value

Type: System.Int32
The numeric scale of the specified column.

See Also

Reference

Column Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace