Share via


SyncSchemaColumn.NumericPrecision Property

Gets of sets the numeric precision for the column if the data type is Decimal.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property NumericPrecision As Short
'Usage
Dim instance As SyncSchemaColumn
Dim value As Short

value = instance.NumericPrecision

instance.NumericPrecision = value
public short NumericPrecision { get; set; }
public:
property short NumericPrecision {
    short get ();
    void set (short value);
}
/** @property */
public short get_NumericPrecision ()

/** @property */
public void set_NumericPrecision (short value)
public function get NumericPrecision () : short

public function set NumericPrecision (value : short)

Property Value

The numeric precision for the column if the data type is Decimal; otherwise, -1.

See Also

Reference

SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace