Partager via


Propriété IDTSVirtualInputColumn100.SourceComponent

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

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
ReadOnly Property SourceComponent As String 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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.

Voir aussi

Référence

IDTSVirtualInputColumn100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper