Freigeben über


UpstreamComponentName-Eigenschaft

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

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

Syntax

'Declaration
ReadOnly Property UpstreamComponentName As String
    Get
'Usage
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

Eigenschaftenwert

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

Hinweise

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