DTP_BUFFCOL.lPrecision 字段

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

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

语法

声明
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.

请参阅

参考

DTP_BUFFCOL 结构

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