次の方法で共有


IDTSVirtualInputColumn100.UpstreamComponentName プロパティ

定義

現在のコンポーネントの直接上流にあるコンポーネントの名前を取得します。

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

プロパティ値

直接上流にあるコンポーネントの名前です。

属性

注釈

このプロパティは、SourceComponent プロパティとは異なり、データ フロー レイアウトにおいてこのコンポーネントのすぐ前にあるコンポーネントの名前を含みます。

適用対象