The ExecutionParameters type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExecutionParameters | Initializes a new instance of the ExecutionParameters class |
Methods
| Name | Description | |
|---|---|---|
| AddConfigurationString |
Adds configuration to collection.
| |
| AddPackageConnectionString |
Adds package connection to collection.
| |
| AddPackageParameter |
Adds package paramter to collection.
| |
| AddProjectConnectionString |
Adds project connection to collection.
| |
| AddProjectParameter |
Adds project paramter to collection.
| |
| AddProperty |
Adds variable to collection.
| |
| AddVariable |
Adds property to collection.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
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.
|