IDTSVirtualInputColumn100.SourceComponent プロパティ

定義

仮想入力列の発生元になっているコンポーネントの名前を取得します。

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

プロパティ値

発生元コンポーネントの名前です。

属性

注釈

このプロパティは、UpstreamComponentName とは異なり、直接上流にある列の名前ではなく、データ フロー レイアウトに対して列を最初に提供したコンポーネントの名前を返します。

適用対象