IDTSInputColumn100.UpstreamComponentName 属性

定义

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

属性值

一个 字符串 ,其中包含发起输入列的组件的名称。

属性

注解

UpstreamComponentName 属性指定向数据流布局提供列的组件的名称。

IDTSInputColumn100 对象源自数据流布局中的上游组件。 这是由对象中的对象属性表示 StartPointIDTSPath100 组件。

适用于