IDTSInputColumn100.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 that originally supplied the column.
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
Property Value
A String that contains the name of the component that originated the input column.
- Attributes
Remarks
The UpstreamComponentName property specifies the name of the component that supplied the column to the data flow layout.
IDTSInputColumn100 objects originate from a component upstream in the data flow layout. This is the component represented by the StartPoint object property in an IDTSPath100 object.