Share via


PipelineBuffer Constructor

Instantiates a new instance of the PipelineBuffer. This constructor is not CLS-compliant.

Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Protected Sub New ( _
    bufferWirePacket As IntPtr, _
    bufferMode As PipelineBufferMode _
)
[CLSCompliantAttribute(false)] 
protected PipelineBuffer (
    IntPtr bufferWirePacket,
    PipelineBufferMode bufferMode
)
[CLSCompliantAttribute(false)] 
protected:
PipelineBuffer (
    IntPtr bufferWirePacket, 
    PipelineBufferMode bufferMode
)
/** @attribute CLSCompliantAttribute(false) */ 
protected PipelineBuffer (
    IntPtr bufferWirePacket, 
    PipelineBufferMode bufferMode
)
CLSCompliantAttribute(false) 
protected function PipelineBuffer (
    bufferWirePacket : IntPtr, 
    bufferMode : PipelineBufferMode
)

Parameters

  • bufferWirePacket
    The bufferWirePacket.

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

PipelineBuffer Class
PipelineBuffer Members
Microsoft.SqlServer.Dts.Pipeline Namespace