次の方法で共有


UpstreamComponentName プロパティ

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

名前空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ:  Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)

構文

'宣言
ReadOnly Property UpstreamComponentName As String
    Get
'使用
Dim instance As IDTSVirtualInputColumn100
Dim value As String

value = instance.UpstreamComponentName
string UpstreamComponentName { get; }
property String^ UpstreamComponentName {
    String^ get ();
}
abstract UpstreamComponentName : string
function get UpstreamComponentName () : String

プロパティ値

型: System. . :: . .String
直接上流にあるコンポーネントの名前です。

説明

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