다음을 통해 공유


IDTSVirtualInputColumn100.SourceComponent 속성

Gets the name of the component where a virtual input column originates.

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

구문

‘선언
ReadOnly Property SourceComponent As String 
    Get
‘사용 방법
Dim instance As IDTSVirtualInputColumn100 
Dim value As String 

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

속성 값

유형: System.String
The name of the originating component.

주의

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.

참고 항목

참조

IDTSVirtualInputColumn100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스