IDTSVirtualInputColumn100.SourceComponent 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 where a virtual input column originates.
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
Property Value
The name of the originating component.
- Attributes
Remarks
This property differs from UpstreamComponentName because it returns the name of the component that originally supplied the column to the data flow layout, instead of the name of the column directly upstream.