[This is preliminary documentation and subject to change.]
This is the Close method of the MsiView object. This method terminates query execution and releases database resources.
object.Close
This method must be called before the Execute method is called again on the MsiView object unless all rows of the result set have been obtained with the Fetch method. It is called internally when the view is destroyed.