SyncSchemaColumn.NumericScale Property
Gets of sets the numeric scale for the column when the data type is Decimal.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Property NumericScale As Short
'Usage
Dim instance As SyncSchemaColumn
Dim value As Short
value = instance.NumericScale
instance.NumericScale = value
public short NumericScale { get; set; }
public:
property short NumericScale {
short get ();
void set (short value);
}
/** @property */
public short get_NumericScale ()
/** @property */
public void set_NumericScale (short value)
public function get NumericScale () : short
public function set NumericScale (value : short)
Property Value
The numeric scale for the column when the data type is Decimal; otherwise, -1.
See Also
Reference
SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace