lPrecision Campo
Indicates the number of decimal places of the numeric data in a buffer column.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Public lPrecision As Integer
'Uso
Dim instance As DTP_BUFFCOL
Dim value As Integer
value = instance.lPrecision
instance.lPrecision = value
public int lPrecision
public:
int lPrecision
val mutable lPrecision: int
public var lPrecision : int
Notas
If the DataType of the column is not DT_NUMERIC or DT_DECIMAL, this value is zero and is ignored.