Поле 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