共用方式為


IDTSOutputCollection90 Interface

Contains a collection of IDTSOutput90 objects.

命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

語法

'宣告
<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

備註

This collection contains the IDTSOutput90 objects of a data flow component, and also contains methods that allow outputs to be added, removed, and enumerated.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

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