IDTSVirtualInputColumn100.SourceComponent 属性

定义

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 因为它返回最初向数据流布局提供列的组件的名称,而不是直接上游列的名称。

适用于