नोट
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप साइन इन करने या निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
इस पेज तक पहुँच के लिए प्रमाणन की आवश्यकता होती है. आप निर्देशिकाओं को बदलने का प्रयास कर सकते हैं.
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.
- bufferMode
Specifies the mode of the newly created PipelineBuffer.
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