The DtsExecutable 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.
| |
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()()()().) | |
GetParentPackage |
Gets a parent package of this executable.
| |
GetPath()()()() |
Gets the path to the executable relative to the root of the package.
| |
GetPath(DtsContainer) | ||
GetPrecedingConstraint |
Get a preceding constraint.
| |
GetPrecedingConstraints |
Gets all preceding constraints of the executable.
| |
GetProperty |
Gets a property
(Inherited from DtsObject.) | |
GetSucceedingConstraint |
Get a succeeding constraint.
| |
GetSucceedingConstraints |
Gets all succeeding constraints of the executable.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVariable |
Gets a variable.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetExpression |
Assigns the specified expression to the property. Specify null to remove an existing expression from the property.
(Inherited from DtsObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |