Call this function to close the output data source.
It can be used when a data source needs to be closed after appending. This function can only be used in the OnFinishProcess context method.
Function CloseOutputDS()
none
none
Function OnFinish
this.CloseOutputDS()
End Function