Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the number of decimal places of precision contained in a buffer column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public lPrecision As Integer
'Usage
Dim instance As tagBUFFERCOL
Dim value As Integer
value = instance.lPrecision
instance.lPrecision = value
public int lPrecision
public:
int lPrecision
val mutable lPrecision: int
public var lPrecision : int
Remarks
If the DataType of the column is not DT_NUMERIC or DT_DECIMAL, lPrecision contains a zero and is ignored.