共用方式為


CManagedComponentWrapperClass.BufferManager Property

Definition

public:
 virtual property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBufferManager100 ^ BufferManager {  void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSBufferManager100 ^ value); };
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBufferManager100 BufferManager { set; }
member this.BufferManager : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSBufferManager100
Public Overridable Property BufferManager As IDTSBufferManager100

Property Value

The buffer manager for the main pipe.

Implements

Remarks

The BufferManager property creates and manages the IDTSBuffer100 objects used by the components contained in the data flow task during execution.

Applies to