Column.NumericPrecision Property

Gets or sets the value of the numeric precision 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 NumericPrecision As Integer
    Get
    Friend Set
'Usage
Dim instance As Column
Dim value As Integer

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

Property Value

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

See Also

Reference

Column Class

Microsoft.SqlServerCe.Management.Scripting.Schema Namespace