MainPipeClass.BufferManager Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the buffer manager for the main pipe.
public:
virtual property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBufferManager100 ^ BufferManager { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBufferManager100 ^ get(); };
[System.Runtime.InteropServices.DispId(116)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBufferManager100 BufferManager { [System.Runtime.InteropServices.DispId(116)] get; }
[<System.Runtime.InteropServices.DispId(116)>]
[<get: System.Runtime.InteropServices.DispId(116)>]
member this.BufferManager : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBufferManager100
Public Overridable ReadOnly Property BufferManager As IDTSBufferManager100
Property Value
The buffer manager for the main pipe.
Implements
- Attributes
Remarks
The BufferManager property creates and manages the IDTSBuffer100 objects used by the components contained in the data flow task during execution.