Compartilhar via


Propriedade do RDL IDTSVirtualInputColumn100.UpstreamComponentName

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

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

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

Consulte também

Referência

IDTSVirtualInputColumn100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper