IDTSOutputCollection90 Interface
Contains a collection of IDTSOutput90 objects.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
<GuidAttribute("43D798EF-C406-4CC3-B7DF-287A2057FB5D")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSOutputCollection90
Inherits IEnumerable
[DefaultMemberAttribute("Item")]
[GuidAttribute("43D798EF-C406-4CC3-B7DF-287A2057FB5D")]
[TypeLibTypeAttribute(4160)]
public interface IDTSOutputCollection90 : IEnumerable
[DefaultMemberAttribute(L"Item")]
[GuidAttribute(L"43D798EF-C406-4CC3-B7DF-287A2057FB5D")]
[TypeLibTypeAttribute(4160)]
public interface class IDTSOutputCollection90 : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */
/** @attribute GuidAttribute("43D798EF-C406-4CC3-B7DF-287A2057FB5D") */
/** @attribute TypeLibTypeAttribute(4160) */
public interface IDTSOutputCollection90 extends IEnumerable
DefaultMemberAttribute("Item")
GuidAttribute("43D798EF-C406-4CC3-B7DF-287A2057FB5D")
TypeLibTypeAttribute(4160)
public interface IDTSOutputCollection90 extends IEnumerable
Remarks
This collection contains the IDTSOutput90 objects of a data flow component, and also contains methods that allow outputs to be added, removed, and enumerated.
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
IDTSOutputCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace