Scale-Feld
Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Scale As Integer
'Usage
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
Siehe auch