Udostępnij przez


IDTSComponentMetaDataCollection100 Interface

Contains a collection of IDTSComponentMetaData100 objects.

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

Syntax

'Deklaracja
<DefaultMemberAttribute("Item")> _
<GuidAttribute("4ECA6C91-51E4-4455-A2A4-07EBD81AAE58")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSComponentMetaDataCollection100
    Inherits IEnumerable
[DefaultMemberAttribute("Item")] 
[GuidAttribute("4ECA6C91-51E4-4455-A2A4-07EBD81AAE58")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSComponentMetaDataCollection100 : IEnumerable
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"4ECA6C91-51E4-4455-A2A4-07EBD81AAE58")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSComponentMetaDataCollection100 : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("4ECA6C91-51E4-4455-A2A4-07EBD81AAE58") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSComponentMetaDataCollection100 extends IEnumerable
DefaultMemberAttribute("Item") 
GuidAttribute("4ECA6C91-51E4-4455-A2A4-07EBD81AAE58") 
TypeLibTypeAttribute(4160) 
public interface IDTSComponentMetaDataCollection100 extends IEnumerable

Remarks

The IDTSComponentMetaDataCollection100 collection contains the IDTSComponentMetaData100 objects, which are components that have been added to the MainPipe class.

Components are added to the IDTSComponentMetaDataCollection100 by calling the New method. The objects in this collection represent the components in the data flow task, which in the object model is the MainPipe object.

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.