IDTSVirtualInputColumn100.UpstreamComponentName Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il nome del componente direttamente a monte del componente corrente.
public:
property System::String ^ UpstreamComponentName { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(124)]
public string UpstreamComponentName { [System.Runtime.InteropServices.DispId(124)] get; }
[<System.Runtime.InteropServices.DispId(124)>]
[<get: System.Runtime.InteropServices.DispId(124)>]
member this.UpstreamComponentName : string
Public ReadOnly Property UpstreamComponentName As String
Valore della proprietà
Nome del componente direttamente a monte.
- Attributi
Commenti
Questa proprietà differisce dalla SourceComponent proprietà perché contiene il nome del componente immediatamente precedente a questo componente nel layout del flusso di dati.