DTSConfigurationType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
DTSCT_PARENTVARIABLE | 0 | Specifies that the configuration information is stored in a package variable. |
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_REGENTRY | 3 | Specifies that the configuration information is stored in a registry entry. |
DTSCT_IPARENTVARIABLE | 4 | Specifies that the configuration information is stored in an environment variable that contains the information about the package variable. |
DTSCT_ICONFIGFILE | 5 | Specifies that the configuration is stored in an environment variable that contains the information about configuration flat file. |
DTSCT_IREGENTRY | 6 | Specifies that the configuration information is stored in an environment variable that contains the information about the registry entry. |
DTSCT_SQLSERVER | 7 | Specifies that the configuration is stored in the SQL Server msdb database. This field is constant. |
DTSCT_INIFILE | 8 | This member is reserved for future use. |
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_IINIFILE | 10 | This member is reserved for future use. |
Remarks
For more information, see DTSConfigurationType.