IDTSInputColumn100.UpstreamComponentName Propiedad

Definición

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

Valor de propiedad

Una cadena que contiene el nombre del componente que originó la columna de entrada.

Atributos

Comentarios

La propiedad UpstreamComponentName especifica el nombre del componente que suministró la columna al diseño del flujo de datos.

IDTSInputColumn100 Los objetos se originan desde un componente aguas arriba en la disposición del flujo de datos. Este es el componente representado por la StartPoint propiedad objeto en un IDTSPath100 objeto.

Se aplica a