Перечисление DTSPackageType
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Identifies the tool that created the package.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Enumeration DTSPackageType
'Применение
Dim instance As DTSPackageType
public enum DTSPackageType
public enum class DTSPackageType
type DTSPackageType
public enum DTSPackageType
Элементы
Имя элемента | Описание | |
---|---|---|
DTSPKT_DEFAULT | Undefined. | |
DTSPKT_DTSDESIGNER | Specifies that the package was created in the designer in SQL Server 2000. | |
DTSPKT_DTSDESIGNER100 | Specifies that the package was created in Службы SSIS Designer in Службы SQL Server 2008 Integration Services (SSIS). | |
DTSPKT_DTSWIZARD | Specifies that the package was created by the SQL Server Import and Export Wizard. | |
DTSPKT_SQLDBMAINT | Specifies that the DBMaint client created the package. | |
DTSPKT_SQLREPL | Specifies that the package was generated to support transformable subscriptions. |
Замечания
For more information, see DTSPackageType.