IDTSVirtualInputColumn90.UpstreamComponentName Property
Gets the name of the component directly upstream to the current component.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Синтаксис
'Декларация
<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
Значение свойства
The name of the component directly upstream.
Замечания
This property differs from the SourceComponent property because it contains the name of the component immediately preceding this component in the data flow layout.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
IDTSVirtualInputColumn90 Interface
IDTSVirtualInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace