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)

public:
property short NumericScale {
	short get ();
	void set (short value);
}

Property Value

Type: System::Int16
The numeric scale for the column when the data type is Decimal; otherwise, -1.

ExceptionCondition
ArgumentNullException

value is a nullptr.

ArgumentException

The column data type is not Decimal.

Show: