Share via


IDTSVirtualInputColumn100.UpstreamComponentName Property

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Property UpstreamComponentName As String 
    Get
'Usage
Dim instance As IDTSVirtualInputColumn100 
Dim value As String 

value = instance.UpstreamComponentName
string UpstreamComponentName { get; }
property String^ UpstreamComponentName {
    String^ get ();
}
abstract UpstreamComponentName : string
function get UpstreamComponentName () : String

Property Value

Type: System.String
The name of the component directly upstream.

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.

See Also

Reference

IDTSVirtualInputColumn100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace