Share via


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

プロパティ値

入力列を生成したコンポーネントの名前を含む文字列。

属性

注釈

UpstreamComponentName プロパティは、データ フロー レイアウトに列を提供したコンポーネントの名前を指定します。

IDTSInputColumn100 オブジェクトは、データ フロー レイアウトの上流コンポーネントから発生しています。 これは、StartPoint オブジェクトの IDTSPath100 オブジェクト プロパティによって表されるコンポーネントです。

適用対象