다음을 통해 공유


lPrecision 필드

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
Public lPrecision As Integer
‘사용 방법
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

주의

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