IDTSInputColumn100.UpstreamComponentName 속성
Gets the name of the component that originally supplied the column.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
ReadOnly Property UpstreamComponentName As String
Get
‘사용 방법
Dim instance As IDTSInputColumn100
Dim value As String
value = instance.UpstreamComponentName
string UpstreamComponentName { get; }
property String^ UpstreamComponentName {
String^ get ();
}
abstract UpstreamComponentName : string
function get UpstreamComponentName () : String
속성 값
유형: System.String
A String that contains the name of the component that originated the input column.
주의
The UpstreamComponentName property specifies the name of the component that supplied the column to the data flow layout.
IDTSInputColumn100 objects originate from a component upstream in the data flow layout. This is the component represented by the StartPoint object property in an IDTSPath100 object.