Proprietà IDTSVirtualInputColumn100.UpstreamComponentName
Gets the name of the component directly upstream to the current component.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Property UpstreamComponentName As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System.String
The name of the component directly upstream.
Osservazioni
This property differs from the SourceComponent property because it contains the name of the component immediately preceding this component in the data flow layout.