This documentation is archived and is not being maintained.
Package::Close Method
Visual Studio 2010
Saves and closes the package plus all underlying part streams.
Assembly: WindowsBase (in WindowsBase.dll)
For the Package class Close and Dispose perform the same operation—there is no reason to call Dispose if you call Close, or vice-versa.
Close and Dispose internally call Flush.
Note |
|---|
The using statement (different from the using namespace directive) is the recommended way to Close and Dispose a package. Writing a Package Sample and Reading a Package Sample show how to close and dispose a package by using the using statement. |
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note