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.