The ExecutionParameters type exposes the following members.

Constructors

  NameDescription
Public methodExecutionParameters
Initializes a new instance of the ExecutionParameters class

Methods

  NameDescription
Public methodAddConfigurationString
Adds configuration to collection.
Public methodAddPackageConnectionString
Adds package connection to collection.
Public methodAddPackageParameter
Adds package paramter to collection.
Public methodAddProjectConnectionString
Adds project connection to collection.
Public methodAddProjectParameter
Adds project paramter to collection.
Public methodAddProperty
Adds variable to collection.
Public methodAddVariable
Adds property to collection.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

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