IDTSVirtualInputColumn100.UpstreamComponentName Property

Definition

Gets the name of the component directly upstream to the current component.

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

Property Value

The name of the component directly upstream.

Attributes

Remarks

This property differs from the SourceComponent property because it contains the name of the component immediately preceding this component in the data flow layout.

Applies to