Saving a Package Programmatically

새 설치: 2006년 4월 14일

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

SaveToXml

SSIS Package Store

SaveToDtsServer

SQL Server

SaveToSqlServer

or

SaveToSqlServerAs

ms403347.note(ko-kr,SQL.90).gif중요:
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".

참고 항목

관련 자료

패키지 저장

도움말 및 정보

SQL Server 2005 지원 받기