Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Contains the design-time definition of a column provided by a component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Declaration
<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
Remarks
The IDTSOutputColumn90 object describes a column that a component provides to downstream components during package execution in the PipelineBuffer.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
IDTSOutputColumn90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace