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属性所表示的分量。

适用于