Condividi tramite


IDTSOutputColumn90 Interface

Contains the design-time definition of a column provided by a component.

Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintassi

'Dichiarazione
<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

Osservazioni

The IDTSOutputColumn90 object describes a column that a component provides to downstream components during package execution in the PipelineBuffer.

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

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