Share via


DbSyncColumnDescription.Precision Property

Gets or sets the precision for the column if the data type is numeric.

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

Syntax

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

value = instance.Precision

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

Property Value

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

See Also

Reference

DbSyncColumnDescription Class

Microsoft.Synchronization.Data Namespace