IDTSOutputColumn90 Interface
Contains the design-time definition of a column provided by a component.
Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntaxe
'Déclaration
<TypeLibTypeAttribute(4160)> _
<GuidAttribute("461B9938-BAAB-453E-AFE4-CAE695AED2FA")> _
Public Interface IDTSOutputColumn90
Inherits IDTSObject90
[TypeLibTypeAttribute(4160)]
[GuidAttribute("461B9938-BAAB-453E-AFE4-CAE695AED2FA")]
public interface IDTSOutputColumn90 : IDTSObject90
[TypeLibTypeAttribute(4160)]
[GuidAttribute(L"461B9938-BAAB-453E-AFE4-CAE695AED2FA")]
public interface class IDTSOutputColumn90 : IDTSObject90
/** @attribute TypeLibTypeAttribute(4160) */
/** @attribute GuidAttribute("461B9938-BAAB-453E-AFE4-CAE695AED2FA") */
public interface IDTSOutputColumn90 extends IDTSObject90
TypeLibTypeAttribute(4160)
GuidAttribute("461B9938-BAAB-453E-AFE4-CAE695AED2FA")
public interface IDTSOutputColumn90 extends IDTSObject90
Notes
The IDTSOutputColumn90 object describes a column that a component provides to downstream components during package execution in the PipelineBuffer.
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
IDTSOutputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace