IDTSInputColumn100.Scale Propiedad

Definición

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

Entero que especifica el número de posiciones decimales de la columna de entrada.

Atributos

Comentarios

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

Se aplica a