Compartir a través de


BufferColumn.DataType Field

Specifies the DataType of the value stored in the PipelineBuffer column. This field is not CLS-compliant.

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Sintaxis

'Declaración
Public DataType As DataType
public DataType DataType
public:
DataType DataType
public DataType DataType
public var DataType : DataType

Notas

The DataType field is especially important for buffer columns when writing data to the column. The DataType of the value assigned to the column must correspond to the data type the PipelineBuffer expects for that column.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

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