IDTSVirtualInputColumn100.SourceComponent プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
仮想入力列の発生元になっているコンポーネントの名前を取得します。
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 とは異なり、直接上流にある列の名前ではなく、データ フロー レイアウトに対して列を最初に提供したコンポーネントの名前を返します。