The ExecutionParameters type exposes the following members.

Properties

  NameDescription
Public propertyDtsConfigurationStrings
Gets a collection of key-value pairs, where key is configuration name and value is a connectionString used by the configuration.
Public propertyDtsConnectionStrings
Gets a collection of key-value pairs, where key is connection name and value is a connection string used by the package connection manager.
Public propertyDtsPackageParameters
Gets a collection of key-value pairs, where key is property name and value is a package parameter value.
Public propertyDtsProjectConnectionStrings
Gets a collection of key-value pairs, where key is connection name and value is a connection string used by the project connection manager.
Public propertyDtsProjectParameters
Gets a collection of key-value pairs, where key is property name and value is a project parameter value.
Public propertyDtsProperties
Gets a collection of key-value pairs, where key is property name and value is a property value.
Public propertyDtsVariables
Gets a collection of key-value pairs, where key is path to the variable and value is a value of the variable.

See Also