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

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

Atributos

Comentarios

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

IDTSInputColumn100 los objetos se originan en un componente ascendente en el diseño del flujo de datos. Este es el componente representado por la StartPoint propiedad object en un IDTSPath100 objeto .

Se aplica a