IDTSInputColumn100.IsValid 属性

定义

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

属性值

如果IDTSOutputColumn100该对象仍然存在且具有相同的性质,则为;否则为

属性

注解

输入列总是引用上游组件的输出列。 上游组件的输出列由输入列的属性标识 LineageID 。 如果在输入列上游找不到与输入列具有相同血源 ID 的列,则该输入列不再有效。 这类柱子常被称为孤柱,因为它们的起源已不复存在。

适用于