IDTSRuntimeComponent100.BufferManager 속성

Sets the IDTSBufferManager100 of a pipeline component.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
WriteOnly Property BufferManager As IDTSBufferManager100 
    Set
‘사용 방법
Dim instance As IDTSRuntimeComponent100 
Dim value As IDTSBufferManager100

instance.BufferManager = value
IDTSBufferManager100 BufferManager { set; }
property IDTSBufferManager100^ BufferManager {
    void set (IDTSBufferManager100^ value);
}
abstract BufferManager : IDTSBufferManager100 with get, set
function set BufferManager (value : IDTSBufferManager100)

속성 값

유형: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSBufferManager100
The IDTSBufferManager100 object.

주의

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.

참고 항목

참조

IDTSRuntimeComponent100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스