次の方法で共有


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 オブジェクト プロパティによって表されるコンポーネントです。

適用対象