IDTSBuffer100.UnlockData 메서드

Unlocks the data in an IDTSBuffer100 object.

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

구문

‘선언
Sub UnlockData
‘사용 방법
Dim instance As IDTSBuffer100

instance.UnlockData()
void UnlockData()
void UnlockData()
abstract UnlockData : unit -> unit
function UnlockData()

주의

This method is called when a data flow component has finished reading or writing data in the IDTSBuffer100. In low memory situations, the IDTSBufferManager100 may swap unlocked buffers from memory to disk.

Managed component developers do not need to call this method because the managed PipelineBuffer object automatically locks and unlocks itself.

참고 항목

참조

IDTSBuffer100 인터페이스

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