PipelineBuffer Constructor (UInt32, UInt32, UInt64, IntPtr*, DTP_BUFFCOL*, Boolean)
Initializes a new instance of the PipelineBuffer class.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
public: [CLSCompliantAttribute(false)] PipelineBuffer( unsigned int rowCount, unsigned int colCount, unsigned long long rowSize, IntPtr* pRowStarts, DTP_BUFFCOL* colInfo, bool endOfRowset )
Parameters
- rowCount
-
Type:
System::UInt32
The number of rows.
- colCount
-
Type:
System::UInt32
The number of columns.
- rowSize
-
Type:
System::UInt64
The size of the row.
- pRowStarts
-
Type:
System::IntPtr*
The starting point of the row.
- colInfo
-
Type:
Microsoft.SqlServer.Dts.Pipeline.Wrapper::DTP_BUFFCOL*
The column information.
- endOfRowset
-
Type:
System::Boolean
true if the current PipelineBuffer is the final buffer; otherwise, false.
Show: