Partager via


IDTSOutputCollection90 Interface

Contains a collection of IDTSOutput90 objects.

Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntaxe

'Déclaration
<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

Notes

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

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

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