Represents the target of a lineage mapping.
Namespace: SSIS.Test.ConfigurationAssembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)
Syntax
| C# |
|---|
public enum LineageMappingTarget |
| Visual Basic |
|---|
Public Enumeration LineageMappingTarget |
| Visual C++ |
|---|
public enum class LineageMappingTarget |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Input | 0 | Indicates that a mapping target is an input. | |
| Output | 1 | Indicates that a mapping target is an output. | |
| InputColumn | 2 | Indicates that a mapping target is an input column. | |
| OutputColumn | 3 | Indicates that a mapping target is an output column. |