다음을 통해 공유


IDTSRuntimeComponent90.BufferManager Property

Sets the IDTSBufferManager90 of a pipeline component.

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

구문

‘선언
<DispIdAttribute(22)> _
WriteOnly Property BufferManager As IDTSBufferManager90
[DispIdAttribute(22)] 
IDTSBufferManager90 BufferManager { set; }
[DispIdAttribute(22)] 
property IDTSBufferManager90^ BufferManager {
    void set ([InAttribute] IDTSBufferManager90^ );
}
/** @property */
/** @attribute DispIdAttribute(22) */ 
void set_BufferManager (/** @attribute InAttribute() */ IDTSBufferManager90 )
DispIdAttribute(22) 
function set BufferManager ( : IDTSBufferManager90)

속성 값

The IDTSBufferManager90 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 IDTSInputColumnCollection90 or IDTSOutputColumnCollection90 of the component, in the PipelineBuffer. This is necessary because the number of columns contained in the IDTSBuffer90 may exceed the number of columns expected by the component.

The BufferManager is also used to create new IDTSBuffer90 objects using the CreateBuffer, CreateFlatBuffer, and CreateVirtualBuffer methods.

스레드 보안

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDTSRuntimeComponent90 Interface
IDTSRuntimeComponent90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace