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.