The DtsPrecedenceConstraint type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether this instance and another specified object have the same value.
(Inherited from DtsObject.)
Public methodEvaluate
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).
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 methodGetExpression
Gets an expression for the given property name.
(Inherited from DtsObject.)
Public methodGetHashCode
Returns the hash code for this dts object.
(Inherited from DtsObject.)
Protected methodGetObjectId
Returns the identifier of an dts object.
(Overrides DtsObject..::..GetObjectId()()()().)
Protected methodGetObjectName
Returns the name of an dts object.
(Overrides DtsObject..::..GetObjectName()()()().)
Public methodGetProperty
Gets a property
(Inherited from DtsObject.)
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 methodSetExecutionResult
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.
Public methodSetExpression
Assigns the specified expression to the property. Specify null to remove an existing expression from the property.
(Inherited from DtsObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyConstrainedExecutable
Gets the executable that is constrained by this constraint.
Public propertyExpression
Gets the expression associated with the constraint.
Public propertyId
Gets the identifier of an dts object.
(Inherited from DtsObject.)
Public propertyName
Gets the name of an dts object.
(Inherited from DtsObject.)
Public propertyPrecedenceExecutable
Gets the executable that precedes the constraint.

See Also