Поделиться через


Перечисление DTSConfigurationType

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Specifies the ways that a configuration for a package can be saved.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
Public Enumeration DTSConfigurationType
'Применение
Dim instance As DTSConfigurationType
public enum DTSConfigurationType
public enum class DTSConfigurationType
type DTSConfigurationType
public enum DTSConfigurationType

Элементы

Имя элемента Описание
DTSCT_CONFIGFILE Specifies that the configuration is stored in a configuration file. In the SSIS Package Configuration Wizard, the Configuration File Name column is where you specify the location and name of the configuration file that the wizard generates.
DTSCT_ENVVARIABLE Specifies that the configuration is stored in an environment variable.
DTSCT_ICONFIGFILE Specifies that the configuration is stored in an environment variable that contains the information about configuration flat file.
DTSCT_IINIFILE This member is reserved for future use.
DTSCT_INIFILE This member is reserved for future use.
DTSCT_IPARENTVARIABLE Specifies that the configuration information is stored in an environment variable that contains the information about the package variable.
DTSCT_IREGENTRY Specifies that the configuration information is stored in an environment variable that contains the information about the registry entry.
DTSCT_ISQLSERVER Specifies that the location of the configuration information is stored in an environment variable that contains information about the SQL Server.
DTSCT_PARENTVARIABLE Specifies that the configuration information is stored in a package variable.
DTSCT_REGENTRY Specifies that the configuration information is stored in a registry entry.
DTSCT_SQLSERVER Specifies that the configuration is stored in the SQL Server msdb database. This field is constant.

Замечания

For more information, see DTSConfigurationType.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper