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.

请参阅

参考

DTP_BUFFCOL 结构

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