Gets the executable that precedes the constraint.
Namespace: SSIS.Test.DtsAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public DtsExecutable PrecedenceExecutable { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PrecedenceExecutable As DtsExecutable Get |
| Visual C++ |
|---|
public: property DtsExecutable^ PrecedenceExecutable { DtsExecutable^ get (); } |