다음을 통해 공유


IDTSBuffer90.Clone Method

Creates a private copy of an IDTSBuffer90 object.

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

구문

‘선언
Function Clone ( _
    <InAttribute> pOwner As IDTSComponentMetaData90 _
) As IDTSBuffer90
IDTSBuffer90 Clone (
    [InAttribute] IDTSComponentMetaData90 pOwner
)
IDTSBuffer90^ Clone (
    [InAttribute] IDTSComponentMetaData90^ pOwner
)
IDTSBuffer90 Clone (
    /** @attribute InAttribute() */ IDTSComponentMetaData90 pOwner
)
function Clone (
    pOwner : IDTSComponentMetaData90
) : IDTSBuffer90

매개 변수

반환 값

An IDTSBuffer90 object that is a copy of the original buffer.

주의

This method creates a private copy of the calling IDTSBuffer90 object that contains all of the columns and rows of the original. The newly created buffer is private to the component that calls the Clone method, which means that the buffer is not managed or monitored by the IDTSBufferManager90. The IDTSBuffer90 must be locked, and cannot be an output buffer, which is a buffer provided to a component in the PrimeOutput method. If the buffer is an output buffer, a DTS_E_BUFFERISNOTPRIMEOUTPUT exception occurs. If the buffer is not locked, a DTS_E_BUFFERNOTLOCKED exception occurs.

스레드 보안

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 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

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