共用方式為


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 命名空間