Compartilhar via


Propriedade do RDL IDTSInputColumn100.UpstreamComponentName

Gets the name of the component that originally supplied the column.

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 IDTSInputColumn100 
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
A String that contains the name of the component that originated the input column.

Comentários

The UpstreamComponentName property specifies the name of the component that supplied the column to the data flow layout.

IDTSInputColumn100 objects originate from a component upstream in the data flow layout. This is the component represented by the StartPoint object property in an IDTSPath100 object.

Consulte também

Referência

IDTSInputColumn100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper