다음을 통해 공유


UpstreamComponentName 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
ReadOnly Property UpstreamComponentName As String
    Get
‘사용 방법
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

속성 값

형식: System. . :: . .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.