Gets or sets the collection of LineageMappingElement.

Namespace: SSIS.Test.Configuration
Assembly: SSIS.Test (in SSIS.Test.dll) Version: 3.0.0.236 (3.0.0.236)

Syntax

C#
public LineageMappingCollection LineageMappings { get; set; }
Visual Basic
Public Property LineageMappings As LineageMappingCollection
	Get
	Set
Visual C++
public:
property LineageMappingCollection^ LineageMappings {
	LineageMappingCollection^ get ();
	void set (LineageMappingCollection^ value);
}

See Also