Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Contains a collection of IDTSOutputColumn90 columns.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
<GuidAttribute("953A6134-3F6C-40AB-8C17-3E948EC9FF9B")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSOutputColumnCollection90
Inherits IEnumerable
[DefaultMemberAttribute("Item")]
[GuidAttribute("953A6134-3F6C-40AB-8C17-3E948EC9FF9B")]
[TypeLibTypeAttribute(4160)]
public interface IDTSOutputColumnCollection90 : IEnumerable
[DefaultMemberAttribute(L"Item")]
[GuidAttribute(L"953A6134-3F6C-40AB-8C17-3E948EC9FF9B")]
[TypeLibTypeAttribute(4160)]
public interface class IDTSOutputColumnCollection90 : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute GuidAttribute("953A6134-3F6C-40AB-8C17-3E948EC9FF9B") */
/** @attribute TypeLibTypeAttribute(4160) */
public interface IDTSOutputColumnCollection90 extends IEnumerable
DefaultMemberAttribute("Item")
GuidAttribute("953A6134-3F6C-40AB-8C17-3E948EC9FF9B")
TypeLibTypeAttribute(4160)
public interface IDTSOutputColumnCollection90 extends IEnumerable
Hinweise
The IDTSOutputColumnCollection90 contains a collection of IDTSOutputColumn90 objects. The columns in this collection represent the columns that a component makes available to downstream components.
The component that contains the collection can be a source component, which means that it adds the columns based on an external data source, or it can be a transformation, which means that it creates columns based on the columns it receives in its IDTSInput90.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
IDTSOutputColumnCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace