Compartir a través de


Scale Campo

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
Public Scale As Integer
'Uso
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

Notas

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