Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the buffer manager instance of the host.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
WriteOnly Property HostBufferManager As IDTSBufferManager100
Set
'Usage
Dim instance As IDTSManagedComponentHost100
Dim value As IDTSBufferManager100
instance.HostBufferManager = value
IDTSBufferManager100 HostBufferManager { set; }
property IDTSBufferManager100^ HostBufferManager {
void set (IDTSBufferManager100^ value);
}
abstract HostBufferManager : IDTSBufferManager100 with get, set
function set HostBufferManager (value : IDTSBufferManager100)
Property Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBufferManager100
The buffer manager instance of the host.