IDTSManagedComponentHost100.HostBufferManager 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.
Sets the buffer manager instance of the host.
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBufferManager100 ^ HostBufferManager { void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSBufferManager100 ^ value); };
[System.Runtime.InteropServices.DispId(1610678311)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBufferManager100 HostBufferManager { set; }
[<System.Runtime.InteropServices.DispId(1610678311)>]
member this.HostBufferManager : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBufferManager100
Public Property HostBufferManager As IDTSBufferManager100
Property Value
The buffer manager instance of the host.
- Attributes