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
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).
Target Platforms
See Also
Reference
SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace