Método UnlockData
Unlocks the data in an IDTSBuffer100 object.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxe
'Declaração
Sub UnlockData
'Uso
Dim instance As IDTSBuffer100
instance.UnlockData()
void UnlockData()
void UnlockData()
abstract UnlockData : unit -> unit
function UnlockData()
Comentários
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.
Consulte também