PipelineBuffer Constructor (IntPtr, PipelineBufferMode)
Instantiates a new instance of the PipelineBuffer.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
protected: [CLSCompliantAttribute(false)] PipelineBuffer( IntPtr bufferWirePacket, PipelineBufferMode bufferMode )
Parameters
- bufferWirePacket
-
Type:
System::IntPtr
The bufferWirePacket.
- bufferMode
-
Type:
Microsoft.SqlServer.Dts.Pipeline::PipelineBufferMode
Specifies the mode of the newly created PipelineBuffer.
Show: