DTP_BUFFCOL.lScale 필드
Indicates the scale of numeric data in a column.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Public lScale As Integer
‘사용 방법
Dim instance As DTP_BUFFCOL
Dim value As Integer
value = instance.lScale
instance.lScale = value
public int lScale
public:
int lScale
val mutable lScale: int
public var lScale : int
주의
For DT_NUMERIC and DT_DECIMAL types, this value indicates the scale of numeric data in the column. For all other types, the value is zero and is ignored.