Gets or sets the element at the specified index.

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

Syntax

C#
public LineageMappingElement this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As LineageMappingElement
	Get
	Set
Visual C++
public:
property LineageMappingElement^ default[int index] {
	LineageMappingElement^ get (int index);
	void set (int index, LineageMappingElement^ value);
}

Parameters

index
Type: System..::..Int32
The zero-based index of the element to get or set.

Return Value

The element at the specified index.

See Also