Compartilhar via


Campo DTP_BUFFCOL.lPrecision

Indicates the number of decimal places of the numeric data in a buffer column.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
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

Comentários

If the DataType of the column is not DT_NUMERIC or DT_DECIMAL, this value is zero and is ignored.

Consulte também

Referência

DTP_BUFFCOL Estrutura

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper