IDTSInputColumn100.UpstreamComponentName 屬性

定義

取得原先提供資料行的元件名稱。

public:
 property System::String ^ UpstreamComponentName { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(125)]
public string UpstreamComponentName { [System.Runtime.InteropServices.DispId(125)] get; }
[<System.Runtime.InteropServices.DispId(125)>]
[<get: System.Runtime.InteropServices.DispId(125)>]
member this.UpstreamComponentName : string
Public ReadOnly Property UpstreamComponentName As String

屬性值

String

字串,其中包含產生輸入資料行的元件名稱。

屬性

備註

UpstreamComponentName屬性會指定提供資料行給資料流程配置的元件名稱。

IDTSInputColumn100 物件源自資料流程配置中的上游元件。 這是 StartPoint 物件中的物件屬性所代表的元件 IDTSPath100

適用於