Partager via


UpstreamComponentName propriété

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (dans Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property UpstreamComponentName As String
    Get
'Utilisation
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

Valeur de la propriété

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

Notes

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