IDTSVirtualInputColumn100.UpstreamComponentName 属性

定义

直接获取当前组件上游组件的名称。

public:
 property System::String ^ UpstreamComponentName { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(124)]
public string UpstreamComponentName { [System.Runtime.InteropServices.DispId(124)] get; }
[<System.Runtime.InteropServices.DispId(124)>]
[<get: System.Runtime.InteropServices.DispId(124)>]
member this.UpstreamComponentName : string
Public ReadOnly Property UpstreamComponentName As String

属性值

直接上游组件的名称。

属性

注解

该属性不同于属性 SourceComponent ,因为它包含了数据流布局中紧邻该组件的名称。

适用于