IDTSRuntimeComponent100.BufferManager Property
Sets the IDTSBufferManager100 of a pipeline component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Deklaracja
<DispIdAttribute(22)> _
WriteOnly Property BufferManager As IDTSBufferManager100
[DispIdAttribute(22)]
IDTSBufferManager100 BufferManager { set; }
[DispIdAttribute(22)]
property IDTSBufferManager100^ BufferManager {
void set ([InAttribute] IDTSBufferManager100^ A_1);
}
/** @property */
/** @attribute DispIdAttribute(22) */
void set_BufferManager (/** @attribute InAttribute() */ IDTSBufferManager100 A_1)
DispIdAttribute(22)
function set BufferManager (A_1 : IDTSBufferManager100)
Property Value
The IDTSBufferManager100 object.
Remarks
The BufferManager is a read-only, run-time property that first becomes available to data flow components in the PreExecute method.
The FindColumnByLineageID method is used to locate the columns in the IDTSInputColumnCollection100 or IDTSOutputColumnCollection100 of the component, in the PipelineBuffer. This is necessary because the number of columns contained in the IDTSBuffer100 may exceed the number of columns expected by the component.
The BufferManager is also used to create new IDTSBuffer100 objects using the CreateBuffer, CreateFlatBuffer, and CreateVirtualBuffer methods.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.