The DtsPrecedenceConstraint type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Determines whether this instance and another specified object have the same value.
(Inherited from DtsObject.) |
![]() | Evaluate |
Evaluates the state of the constraint depending on the evaluation expression and the execution
result of the previous executable. To test constraint on different execution results use SetExecutionResult(DtsExecutionResult).
|
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | 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()()()().) |
![]() | GetProperty |
Gets a property
(Inherited from DtsObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetExecutionResult |
Sets the execution result of an executable that is preceded by this
constraint. Use this method to variate execution result and test the
state of the preceding constraint on the different results. To evaluate
state use Evaluate()()()() method.
|
![]() | 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.) |
Properties
Name | Description | |
---|---|---|
![]() | ConstrainedExecutable |
Gets the executable that is constrained by this constraint.
|
![]() | Expression |
Gets the expression associated with the constraint.
|
![]() | Id |
Gets the identifier of an dts object.
(Inherited from DtsObject.) |
![]() | Name |
Gets the name of an dts object.
(Inherited from DtsObject.) |
![]() | PrecedenceExecutable |
Gets the executable that precedes the constraint.
|