Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the name of the component where a virtual input column originates.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintassi
'Dichiarazione
<DispIdAttribute(111)> _
ReadOnly Property SourceComponent As String
[DispIdAttribute(111)]
string SourceComponent { get; }
[DispIdAttribute(111)]
property String^ SourceComponent {
String^ get ();
}
/** @property */
/** @attribute DispIdAttribute(111) */
String get_SourceComponent ()
DispIdAttribute(111)
function get SourceComponent () : String
Valore proprietà
The name of the originating component.
Osservazioni
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.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
IDTSVirtualInputColumn90 Interface
IDTSVirtualInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace