IDTSVirtualInputColumn100.IsAssociatedWithOutputColumn 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指示对象是否与输出列关联的值。
public:
property bool IsAssociatedWithOutputColumn { bool get(); };
[System.Runtime.InteropServices.DispId(129)]
public bool IsAssociatedWithOutputColumn { [System.Runtime.InteropServices.DispId(129)] get; }
[<System.Runtime.InteropServices.DispId(129)>]
[<get: System.Runtime.InteropServices.DispId(129)>]
member this.IsAssociatedWithOutputColumn : bool
Public ReadOnly Property IsAssociatedWithOutputColumn As Boolean
属性值
如果对象与输出列关联,则为真;否则,就是假的。
- 属性