IDTSPrecedenceConstraints100 Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides properties and methods for working on a collection of IDTSPrecedenceConstraint100 objects.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | Count | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the number of elements contained in the IDTSPrecedenceConstraints100 instance. |
![]() | Item[Object^] | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the PrecedenceConstraint object from the collection. |
| Name | Description | |
|---|---|---|
![]() | Add(IDTSExecutable100^, IDTSExecutable100^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds the specified IDTSExecutable100 as a precedence constraint to the IDTSPrecedenceConstraints100 collection. |
![]() | GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns an enumerator for use in iterating over the IDTSPrecedenceConstraints100 collection. |
![]() | Join(PrecedenceConstraint^) | This API supports the product infrastructure and is not intended to be used directly from your code. Joins the specified precedence constraint to the collection. |
![]() | Remove(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Removes the specified item as a precedence constraint from the IDTSPrecedenceConstraints100 collection. |
For more information, see PrecedenceConstraints.

