tagBUFFERCOL.lScale Field

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

命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

语法

声明
Public lScale As Integer
public int lScale
public:
int lScale
public int lScale
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.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

tagBUFFERCOL Structure
tagBUFFERCOL Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace