Get a succeeding constraint.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public DtsPrecedenceConstraint GetSucceedingConstraint( string name ) |
| Visual Basic |
|---|
Public Function GetSucceedingConstraint ( _ name As String _ ) As DtsPrecedenceConstraint |
| Visual C++ |
|---|
public: DtsPrecedenceConstraint^ GetSucceedingConstraint( String^ name ) |
Parameters
- name
- Type: System..::..String
Name of the succeeding constraint to get.
Return Value
Instance of DtsPrecedenceConstraint if related to the executable, otherwise throws ArgumentException.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | If a succeeding constraint with a given name is not present in the package, ArgumentException is thrown. |