BufferColumn Structure
Provides read-only metadata for a PipelineBuffer column. This structure is not CLS-compliant.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Structure BufferColumn
[CLSCompliantAttribute(false)]
public struct BufferColumn
[CLSCompliantAttribute(false)]
public value class BufferColumn
/** @attribute CLSCompliantAttribute(false) */
public final class BufferColumn extends ValueType
JScript suports the use of structures, but not the declaration of new ones.
Remarks
The BufferColumn structure contains information about the data contained in a PipelineBuffer column. This information is used when reading or writing to a column in a PipelineBuffer.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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 Members
Microsoft.SqlServer.Dts.Pipeline Namespace