Partager via


IDTSVirtualInputColumn90.UpstreamComponentName Property

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

Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntaxe

'Déclaration
<DispIdAttribute(124)> _
ReadOnly Property UpstreamComponentName As String
[DispIdAttribute(124)] 
string UpstreamComponentName { get; }
[DispIdAttribute(124)] 
property String^ UpstreamComponentName {
    String^ get ();
}
/** @property */
/** @attribute DispIdAttribute(124) */ 
String get_UpstreamComponentName ()
DispIdAttribute(124) 
function get UpstreamComponentName () : String

Valeur de propriété

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.

Sécurité des threads

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

IDTSVirtualInputColumn90 Interface
IDTSVirtualInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace