DTSConfigurationType Enumeration

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

public enum class DTSConfigurationType

Member nameDescription
DTSCT_CONFIGFILE

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

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.

Return to top
Show: