IDTSVirtualInputColumn90.UpstreamComponentName Property
Gets the name of the component directly upstream to the current component.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Sintaxis
'Declaración
<DispIdAttribute(124)> _
ReadOnly Property UpstreamComponentName As String
[DispIdAttribute(124)]
string UpstreamComponentName { get; }
[DispIdAttribute(124)]
property String^ UpstreamComponentName {
String^ get ();
}
/** @property */
/** @attribute DispIdAttribute(124) */
String get_UpstreamComponentName ()
DispIdAttribute(124)
function get UpstreamComponentName () : String
Valor de propiedad
The name of the component directly upstream.
Notas
This property differs from the SourceComponent property because it contains the name of the component immediately preceding this component in the data flow layout.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
IDTSVirtualInputColumn90 Interface
IDTSVirtualInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace