PipelineBuffer Constructor
Instantiates a new instance of the PipelineBuffer. This constructor is not CLS-compliant.
命名空间: Microsoft.SqlServer.Dts.Pipeline
程序集: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)
语法
声明
<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
)
参数
- bufferWirePacket
The bufferWirePacket.
- bufferMode
Specifies the mode of the newly created PipelineBuffer.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
PipelineBuffer Class
PipelineBuffer Members
Microsoft.SqlServer.Dts.Pipeline Namespace