Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates the scale of numeric data in a column.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public lScale As Integer
'Usage
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
Remarks
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.