IDTSBuffer100.GetManager Method
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 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.