Lenguaje

IDTSInputColumn100.Scale Propiedad

Definición

Obtiene el número de decimales contenidos en una columna de entrada numérica.

public:
 property int Scale { int get(); };
[System.Runtime.InteropServices.DispId(104)]
public int Scale { [System.Runtime.InteropServices.DispId(104)] get; }
[<System.Runtime.InteropServices.DispId(104)>]
[<get: System.Runtime.InteropServices.DispId(104)>]
member this.Scale : int
Public ReadOnly Property Scale As Integer

Valor de propiedad

Un entero que especifica el número de decimales en la columna de entrada.

Atributos

Comentarios

Si la DataType propiedad de la columna no DT_NUMERIC es o DT_DECIMAL, este valor debe ser cero.

Se aplica a