Compartir a través de


Campo DTP_BUFFCOL.lScale

Indicates the scale of numeric data in a column.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
Public lScale As Integer
'Uso
Dim instance As DTP_BUFFCOL 
Dim value As Integer 

value = instance.lScale 

instance.lScale = value
public int lScale
public:
int lScale
val mutable lScale: int
public var lScale : int

Comentarios

For DT_NUMERIC and DT_DECIMAL types, this value indicates the scale of numeric data in the column. For all other types, the value is zero and is ignored.

Vea también

Referencia

DTP_BUFFCOL Estructura

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper