PipelineBuffer Properties
Namespace:
Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
| Name | Description | |
|---|---|---|
![]() | ColumnCount | Gets the number of columns in the PipelineBuffer. |
![]() | ColumnInfo | Gets the column information of the pipeline buffer. |
![]() | CurrentRow | Gets the index of the current row in the PipelineBuffer. |
![]() | EndOfRowset | Gets a value indicating whether the current PipelineBuffer is the final buffer. |
![]() | Item[Int32] | Gets the data stored in a buffer column. |
![]() | Mode | Gets a value indicating whether a PipelineBuffer is an IDTSInput100 buffer or an IDTSOutput100 buffer. |
![]() | RowCount | Gets the number of rows in the PipelineBuffer object. |
![]() | RowSize | Gets the size of row in the PipelineBuffer object. |
![]() | RowStarts | Gets the starting point of the row. |
Show:
