Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Nouveau : 14 avril 2006
After building a new package programmatically, or modifying an existing one, you usually want to save your changes.
All of the methods used in this topic to save packages require a reference to the Microsoft.SqlServer.ManagedDTS assembly. After you add the reference in a new project, import the Microsoft.SqlServer.Dts.Runtime namespace with a using or Imports statement.
Saving a Package Programmatically
To save a package programmatically, call one of the following methods of the Integration Services Application class:
| Storage Location | Method to Call |
|---|---|
File |
|
SSIS Package Store |
|
SQL Server |
or |
Important : |
|---|
| The methods of the Application class for working with the SSIS Package Store only support "." or the server name for the local server. You cannot use "(local)" or "localhost". |
Important :