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
Hinweise
The Scale of a BufferColumn is nonzero for DT_NUMERIC and DT_DECIMAL data types.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
BufferColumn Structure
BufferColumn Members
Microsoft.SqlServer.Dts.Pipeline Namespace