Compartir a través de


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
    Get
    Set
'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);
}
member NumericScale : int16 with get, set
function get NumericScale () : short
function set NumericScale (value : short)

Valor de la propiedad

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

Excepciones

Excepción Condición
ArgumentNullException

value es un valor null Nothing nullptr unit es una referencia NULL (Nothing en Visual Basic). .

ArgumentException

El tipo de datos de esta columna no es Decimal.

Vea también

Referencia

SyncSchemaColumn Clase

SyncSchemaColumn Miembros

Microsoft.Synchronization.Data Espacio de nombres