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