IDTSExternalMetadataColumnCollection100.IsUsed 属性

定义

获取或设置一个值,该值指示集合是否由组件填充。

public:
 property bool IsUsed { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(101)]
public bool IsUsed { [System.Runtime.InteropServices.DispId(101)] get; [System.Runtime.InteropServices.DispId(101)] set; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
[<set: System.Runtime.InteropServices.DispId(101)>]
member this.IsUsed : bool with get, set
Public Property IsUsed As Boolean

属性值

如果组件填充集合,则为 true;否则为 false。

属性

注解

如果 true“高级属性” 编辑器提供将列从输入列或输出列集合映射到 “输入列” 选项卡中的外部元数据集合的功能。

适用于