Partager via


PipelineBuffer Constructor

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

Espace de noms: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

  • bufferWirePacket
    The bufferWirePacket.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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