tagBUFFERCOL.lScale 字段

Indicates the number of decimal places contained in the buffer column.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Public lScale As Integer
用法
Dim instance As tagBUFFERCOL 
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 number of decimal places of precision contained in the column. For all other types, the value contains a zero and is ignored.

请参阅

参考

tagBUFFERCOL 结构

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间