Share via


IDTSVirtualInputColumn90.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
<DispIdAttribute(124)> _
ReadOnly Property UpstreamComponentName As String
[DispIdAttribute(124)] 
string UpstreamComponentName { get; }
[DispIdAttribute(124)] 
property String^ UpstreamComponentName {
    String^ get ();
}
/** @property */
/** @attribute DispIdAttribute(124) */ 
String get_UpstreamComponentName ()
DispIdAttribute(124) 
function get UpstreamComponentName () : String

Property Value

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.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IDTSVirtualInputColumn90 Interface
IDTSVirtualInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace