IDTSInputColumn100.UpstreamComponentName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得原先提供資料行的元件名稱。
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
屬性值
字串,其中包含產生輸入資料行的元件名稱。
- 屬性
備註
UpstreamComponentName屬性會指定提供資料行給資料流程配置的元件名稱。
IDTSInputColumn100 物件源自資料流程配置中的上游元件。 這是 StartPoint 物件中的物件屬性所代表的元件 IDTSPath100 。