共用方式為


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.

請參閱

參考

IDTSInputColumn100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間