IDTSInputColumn100.IsValid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether an input column references an upstream column.
public:
property bool IsValid { bool get(); };
[System.Runtime.InteropServices.DispId(122)]
public bool IsValid { [System.Runtime.InteropServices.DispId(122)] get; }
[<System.Runtime.InteropServices.DispId(122)>]
[<get: System.Runtime.InteropServices.DispId(122)>]
member this.IsValid : bool
Public ReadOnly Property IsValid As Boolean
Property Value
true if the IDTSOutputColumn100 object still exists and has the same properties; otherwise, false.
- Attributes
Remarks
Input columns always reference an output column from an upstream component. The output column of the upstream component is identified by the LineageID property of the input column. An input column is no longer valid if a column upstream from the input column cannot be found that has the same lineage ID as the input column. These types of columns are often referred to as orphans because their origination no longer exists.