다음을 통해 공유


IDTSVirtualInputColumn90.UpstreamComponentName Property

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

네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

구문

‘선언
<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

속성 값

The name of the component directly upstream.

주의

This property differs from the SourceComponent property because it contains the name of the component immediately preceding this component in the data flow layout.

스레드 보안

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

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