IDTSBuffer100.UnlockData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Unlocks the data in an IDTSBuffer100 object.
public:
void UnlockData();
public void UnlockData ();
abstract member UnlockData : unit -> unit
Public Sub UnlockData ()
Remarks
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.