Partager via


IDTSVirtualInputColumn90 Interface

Represents an IDTSOutputColumn90 in the StartPoint object of an IDTSPath90 object.

Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("542A9F86-A45E-4B45-863D-45E74CCA88DB")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSVirtualInputColumn90
    Inherits IDTSObject90
[GuidAttribute("542A9F86-A45E-4B45-863D-45E74CCA88DB")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSVirtualInputColumn90 : IDTSObject90
[GuidAttribute(L"542A9F86-A45E-4B45-863D-45E74CCA88DB")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSVirtualInputColumn90 : IDTSObject90
/** @attribute GuidAttribute("542A9F86-A45E-4B45-863D-45E74CCA88DB") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSVirtualInputColumn90 extends IDTSObject90
GuidAttribute("542A9F86-A45E-4B45-863D-45E74CCA88DB") 
TypeLibTypeAttribute(4160) 
public interface IDTSVirtualInputColumn90 extends IDTSObject90

Notes

An IDTSVirtualInputColumn90 column represents the IDTSOutputColumn90 of an upstream component in the data flow layout. Its properties are the same as those in the output column. Modifications to virtual column properties are not persisted in the virtual column, or in the output column of the upstream component. The upstream component might or might not be directly upstream from the component with the virtual input column.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

IDTSVirtualInputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace