Share via


DbSyncColumnDescription.Scale Property

Gets or sets the scale for the column if the data type is numeric and has a decimal component.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Property Scale As Integer
    Get
    Set
'Usage
Dim instance As DbSyncColumnDescription
Dim value As Integer

value = instance.Scale

instance.Scale = value
public int Scale { get; set; }
public:
property int Scale {
    int get ();
    void set (int value);
}
member Scale : int with get, set
function get Scale () : int
function set Scale (value : int)

Property Value

Type: System.Int32
The scale for the column if it is specified; otherwise -1.

See Also

Reference

DbSyncColumnDescription Class

Microsoft.Synchronization.Data Namespace