IDTSVirtualInputColumn90.UpstreamComponentName Property
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
<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
Eigenschaftswert
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.
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
IDTSVirtualInputColumn90 Interface
IDTSVirtualInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace