BufferColumn.Scale Field
Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns. This field is not CLS-compliant.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntax
'Declaration
Public Scale As Integer
public int Scale
public:
int Scale
public int Scale
public var Scale : int
Remarks
The Scale of a BufferColumn is nonzero for DT_NUMERIC and DT_DECIMAL data types.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
BufferColumn Structure
BufferColumn Members
Microsoft.SqlServer.Dts.Pipeline Namespace