Compartir a través de


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
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.

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