MainPipeClass.BufferManager Property

Definition

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.

Applies to