DTSConfigurationType Enum

Definition

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

public enum class DTSConfigurationType
public enum DTSConfigurationType
type DTSConfigurationType = 
Public Enum DTSConfigurationType
Inheritance
DTSConfigurationType

Fields

DTSCT_CONFIGFILE 1

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 2

Specifies that the configuration is stored in an environment variable.

DTSCT_ICONFIGFILE 5

Specifies that the configuration is stored in an environment variable that contains the information about configuration flat file.

DTSCT_IINIFILE 10

This member is reserved for future use.

DTSCT_INIFILE 8

This member is reserved for future use.

DTSCT_IPARENTVARIABLE 4

Specifies that the configuration information is stored in an environment variable that contains the information about the package variable.

DTSCT_IREGENTRY 6

Specifies that the configuration information is stored in an environment variable that contains the information about the registry entry.

DTSCT_ISQLSERVER 9

Specifies that the location of the configuration information is stored in an environment variable that contains information about the SQL Server.

DTSCT_PARENTVARIABLE 0

Specifies that the configuration information is stored in a package variable.

DTSCT_REGENTRY 3

Specifies that the configuration information is stored in a registry entry.

DTSCT_SQLSERVER 7

Specifies that the configuration is stored in the SQL Server msdb database. This field is constant.

Remarks

For more information, see DTSConfigurationType.

Applies to