The DtsPackage type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals |
Determines whether this instance and another specified object have the same value.
(Inherited from DtsObject.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetChildExecutable |
Gets an executable. All package containers will be recursively searched.
| |
GetConfiguration |
Gets a configuration.
| |
GetConnection |
Gets a connection.
| |
GetErrors |
Gets all errors occured during package execution.
| |
GetExpression |
Gets an expression for the given property name.
(Inherited from DtsObject.) | |
GetHashCode |
Returns the hash code for this dts object.
(Inherited from DtsObject.) | |
GetObjectId |
Returns the identifier of an dts object.
(Overrides DtsObject..::..GetObjectId()()()().) | |
GetObjectName |
Returns the name of an dts object.
(Overrides DtsObject..::..GetObjectName()()()().) | |
GetParameter |
Gets a parameter.
| |
GetPath |
Gets the path to the executable relative to the root of the package.
| |
GetPrecedingConstraint |
Get a precedence constraint.
| |
GetPrecedingConstraintForPath |
Get a precedence constraint.
| |
GetPrecedingConstraints |
Gets all precedence constraints contained in a package.
| |
GetProperty |
Gets a property
(Inherited from DtsObject.) | |
GetPropertyForPath |
Gets a property. All package containers will be recursively searched.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVariable |
Gets a variable.
| |
GetVariableForPath |
Gets a variable.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetConfigurationStrings |
Sets configuration strings to configurations in the package.
| |
SetConnectionStrings |
Sets connection strings to connections in the package.
| |
SetExpression |
Assigns the specified expression to the property. Specify null to remove an existing expression from the property.
(Inherited from DtsObject.) | |
SetPackageParameters |
Sets package parameters.
| |
SetPropertiesForPaths |
Sets values to properties in the package.
| |
SetVariablesForPaths |
Sets values to variables in the package.
| |
ThrowExceptionOnError |
Throws the InvalidOperationException exception, if an error occured during the package execution. Use GetErrors()()()() to get these errors.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |