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.