Udostępnij przez


IDTSOutputCollection100 Interface

Contains a collection of IDTSOutput100 objects.

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

Syntax

'Deklaracja
<DefaultMemberAttribute("Item")> _
<GuidAttribute("1EEF8384-0FFC-44B8-877B-F246880EC6CF")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSOutputCollection100
    Inherits IEnumerable
[DefaultMemberAttribute("Item")] 
[GuidAttribute("1EEF8384-0FFC-44B8-877B-F246880EC6CF")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSOutputCollection100 : IEnumerable
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"1EEF8384-0FFC-44B8-877B-F246880EC6CF")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSOutputCollection100 : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("1EEF8384-0FFC-44B8-877B-F246880EC6CF") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSOutputCollection100 extends IEnumerable
DefaultMemberAttribute("Item") 
GuidAttribute("1EEF8384-0FFC-44B8-877B-F246880EC6CF") 
TypeLibTypeAttribute(4160) 
public interface IDTSOutputCollection100 extends IEnumerable

Remarks

This collection contains the IDTSOutput100 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.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.