Freigeben über


SyncSchemaColumn.NumericPrecision-Eigenschaft

Ruft die numerische Genauigkeit für die Spalte ab, wenn der Datentyp Decimal lautet, oder legt die Genauigkeit fest.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property NumericPrecision As Short
'Usage
Dim instance As SyncSchemaColumn
Dim value As Short

value = instance.NumericPrecision

instance.NumericPrecision = value
public short NumericPrecision { get; set; }
public:
property short NumericPrecision {
    short get ();
    void set (short value);
}
/** @property */
public short get_NumericPrecision ()

/** @property */
public void set_NumericPrecision (short value)
public function get NumericPrecision () : short

public function set NumericPrecision (value : short)

Eigenschaftenwert

Die numerische Genauigkeit für die Spalte, wenn der Datentyp Decimal lautet, andernfalls -1.

Siehe auch

Verweis

SyncSchemaColumn-Klasse
SyncSchemaColumn-Member
Microsoft.Synchronization.Data-Namespace