IDTSVirtualInputColumn100.SourceComponent Property

Definition

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.

Applies to