IDTSVirtualInputColumn100.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

El número de posiciones decimales de la columna de entrada virtual.

Atributos

Comentarios

Si el tipo de datos de la columna no está DT_NUMERIC o DT_DECIMAL, este valor debe ser cero.

Se aplica a