Gets all succeeding constraints of the executable.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public ReadOnlyCollection<DtsPrecedenceConstraint> GetSucceedingConstraints() |
| Visual Basic |
|---|
Public Function GetSucceedingConstraints As ReadOnlyCollection(Of DtsPrecedenceConstraint) |
| Visual C++ |
|---|
public: ReadOnlyCollection<DtsPrecedenceConstraint^>^ GetSucceedingConstraints() |