IDTSBuffer100.GetManager Method

Definition

Gets a buffer manager.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBufferManager100 ^ GetManager();
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBufferManager100 GetManager ();
abstract member GetManager : unit -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBufferManager100
Public Function GetManager () As IDTSBufferManager100

Returns

The IDTSBufferManager100 for the buffer.

Remarks

The GetManager method retrieves the IDTSBufferManager100 object that allocated the buffer.

Applies to