Champ lPrecision
Indicates the number of decimal places of the numeric data in a buffer column.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Public lPrecision As Integer
'Utilisation
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
Notes
If the DataType of the column is not DT_NUMERIC or DT_DECIMAL, this value is zero and is ignored.