Close the specified package file.
Syntax
object.Close
The object is an expression that evaluates to a Package object.
Remarks
The Close method can be used to explicitly
close a package file. To determine if a specific instance of the control is referencing a
valid, open package check the value of the Valid property.
See Also
FileName Property,
Valid Property, Flush Method,
Open Method
|