Поделиться через


Свойство IDTSVirtualInputColumn100.UpstreamComponentName

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

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
ReadOnly Property UpstreamComponentName As String 
    Get
'Применение
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

Значение свойства

Тип: System.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.

См. также

Справочник

IDTSVirtualInputColumn100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper