The ExecutionParameters type exposes the following members.
Properties
Name | Description | |
---|---|---|
DtsConfigurationStrings |
Gets a collection of key-value pairs, where key is configuration name and value is a connectionString used by the configuration.
| |
DtsConnectionStrings |
Gets a collection of key-value pairs, where key is connection name and value is a connection string used by the package connection manager.
| |
DtsPackageParameters |
Gets a collection of key-value pairs, where key is property name and value is a package parameter value.
| |
DtsProjectConnectionStrings |
Gets a collection of key-value pairs, where key is connection name and value is a connection string used by the project connection manager.
| |
DtsProjectParameters |
Gets a collection of key-value pairs, where key is property name and value is a project parameter value.
| |
DtsProperties |
Gets a collection of key-value pairs, where key is property name and value is a property value.
| |
DtsVariables |
Gets a collection of key-value pairs, where key is path to the variable and value is a value of the variable.
|