BufferColumn.Scale 字段

Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns.

命名空间:  Microsoft.SqlServer.Dts.Pipeline
程序集:  Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)

语法

声明
Public Scale As Integer
用法
Dim instance As BufferColumn 
Dim value As Integer 

value = instance.Scale 

instance.Scale = value
public int Scale
public:
int Scale
val mutable Scale: int
public var Scale : int

注释

The Scale of a BufferColumn is nonzero for DT_NUMERIC and DT_DECIMAL data types.

请参阅

参考

BufferColumn 结构

Microsoft.SqlServer.Dts.Pipeline 命名空间