IDTSComponentMetaData100.AreInputColumnsValid Property

Definition

Gets a value that indicates whether the input columns in an IDTSComponentMetaData100 reference existing columns from the upstream component.

public:
 property bool AreInputColumnsValid { bool get(); };
[System.Runtime.InteropServices.DispId(117)]
public bool AreInputColumnsValid { [System.Runtime.InteropServices.DispId(117)] get; }
[<System.Runtime.InteropServices.DispId(117)>]
[<get: System.Runtime.InteropServices.DispId(117)>]
member this.AreInputColumnsValid : bool
Public ReadOnly Property AreInputColumnsValid As Boolean

Property Value

true if the input columns in the IDTSInputColumnCollection100 reference upstream columns; otherwise, false.

Attributes

Remarks

An invalid input column is a column whose LineageID property does not match the LineageID of an IDTSOutputColumn100 in the IDTSOutput100 of the upstream component.

This method checks each of the IDTSInput100 objects in the IDTSComponentMetaData100 for the existence of invalid columns. If found, the RemoveInvalidInputColumns method can be called to automatically remove the invalid columns.

Applies to