Compartir a través de


IDTSVirtualInputColumn100.UpstreamComponentName Propiedad

Gets the name of the component directly upstream to the current component.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property UpstreamComponentName As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.String
The name of the component directly upstream.

Comentarios

This property differs from the SourceComponent property because it contains the name of the component immediately preceding this component in the data flow layout.

Vea también

Referencia

IDTSVirtualInputColumn100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper