Compartir a través de


IDTSVirtualInputColumn100.SourceComponent Propiedad

Gets the name of the component where a virtual input column originates.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
ReadOnly Property SourceComponent As String 
    Get
'Uso
Dim instance As IDTSVirtualInputColumn100 
Dim value As String 

value = instance.SourceComponent
string SourceComponent { get; }
property String^ SourceComponent {
    String^ get ();
}
abstract SourceComponent : string
function get SourceComponent () : String

Valor de la propiedad

Tipo: System.String
The name of the originating component.

Comentarios

This property differs from UpstreamComponentName because it returns the name of the component that originally supplied the column to the data flow layout, instead of the name of the column directly upstream.

Vea también

Referencia

IDTSVirtualInputColumn100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline.Wrapper