共用方式為


tagBUFFERCOL.lPrecision 欄位

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

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Public lPrecision As Integer
'用途
Dim instance As tagBUFFERCOL 
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, lPrecision contains a zero and is ignored.

請參閱

參考

tagBUFFERCOL 結構

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