IDTSInputColumn100.UpstreamComponentName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
生成最初提供该列的组件的名称。
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组件。