Share via


IDTSVirtualInputColumn100.UpstreamComponentName Propiedad

Definición

Obtiene el nombre del componente de nivel directamente superior al del componente actual.

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

Valor de propiedad

Nombre del componente de nivel directamente superior.

Atributos

Comentarios

Esta propiedad difiere de la SourceComponent propiedad porque contiene el nombre del componente inmediatamente anterior a este componente en el diseño del flujo de datos.

Se aplica a