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.

Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Синтаксис

'Декларация
Public Scale As Integer
public int Scale
public:
int Scale
public int Scale
public var Scale : int

Замечания

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

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

BufferColumn Structure
BufferColumn Members
Microsoft.SqlServer.Dts.Pipeline Namespace