Compartir a través de


SyncSchemaColumn.NumericScale Propiedad

Obtiene o establece la escala numérica de la columna, si el tipo de datos es Decimal.

Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)

Sintaxis

'Declaración
Public Property NumericScale As Short
'Uso
Dim instance As SyncSchemaColumn
Dim value As Short

value = instance.NumericScale

instance.NumericScale = value
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)

Valor de la propiedad

Escala numérica de la columna si el tipo de datos es Decimal; -1 en caso contrario.

Vea también

Referencia

SyncSchemaColumn Clase
SyncSchemaColumn Miembros
Microsoft.Synchronization.Data Espacio de nombres