IDTSVirtualInputColumn100.SourceComponent 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取虚拟输入列所源自的组件的名称。
public:
property System::String ^ SourceComponent { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(111)]
public string SourceComponent { [System.Runtime.InteropServices.DispId(111)] get; }
[<System.Runtime.InteropServices.DispId(111)>]
[<get: System.Runtime.InteropServices.DispId(111)>]
member this.SourceComponent : string
Public ReadOnly Property SourceComponent As String
属性值
源组件的名称。
- 属性
注解
此属性不同于 UpstreamComponentName 因为它返回最初向数据流布局提供列的组件的名称,而不是直接上游列的名称。