IDTSVirtualInputColumn100.UpstreamComponentName Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : stringPublic ReadOnly Property UpstreamComponentName As StringProperty 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.