IDTSComponentMetaDataCollection100 接口

Contains a collection of IDTSComponentMetaData100 objects.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
<GuidAttribute("4ECA6C91-51E4-4455-A2A4-07EBD81AAE58")> _
Public Interface IDTSComponentMetaDataCollection100 _
    Inherits IEnumerable
用法
Dim instance As IDTSComponentMetaDataCollection100
[GuidAttribute("4ECA6C91-51E4-4455-A2A4-07EBD81AAE58")]
public interface IDTSComponentMetaDataCollection100 : IEnumerable
[GuidAttribute(L"4ECA6C91-51E4-4455-A2A4-07EBD81AAE58")]
public interface class IDTSComponentMetaDataCollection100 : IEnumerable
[<GuidAttribute("4ECA6C91-51E4-4455-A2A4-07EBD81AAE58")>]
type IDTSComponentMetaDataCollection100 =  
    interface
        interface IEnumerable
    end
public interface IDTSComponentMetaDataCollection100 extends IEnumerable

IDTSComponentMetaDataCollection100 类型公开以下成员。

属性

  名称 说明
公共属性 Count Gets the number of elements contained in an IDTSComponentMetaDataCollection100.
公共属性 Item Gets the IDTSComponentMetaData100 object specified by the Index parameter.

页首

方法

  名称 说明
公共方法 FindObjectByID Locates a requested object in the collection by its ID.
公共方法 FindObjectIndexByID Locates the index of a requested object in the collection by its ID.
公共方法 GetEnumerator() () () () (从 IEnumerable 继承。)
公共方法 GetEnumerator() () () () Returns an IEnumerator for an IDTSComponentMetaDataCollection100 collection.
公共方法 GetObjectByID Retrieves an IDTSComponentMetaData100 object from an IDTSComponentMetaDataCollection100 collection.
公共方法 GetObjectIndexByID Retrieves the location in an IDTSComponentMetaDataCollection100 collection of an IDTSComponentMetaData100 object.
公共方法 New Creates a new IDTSComponentMetaData100 object and adds it to an IDTSComponentMetaDataCollection100 collection.
公共方法 NewAt Creates a new IDTSComponentMetaData100 object at the specified location in an IDTSComponentMetaDataCollection100 collection.
公共方法 RemoveAll Removes each of the IDTSComponentMetaData100 objects in an IDTSComponentMetaDataCollection100 collection.
公共方法 RemoveObjectByID Deletes the IDTSComponentMetaData100 object with the specified ID.
公共方法 RemoveObjectByIndex Deletes the IDTSComponentMetaData100 object at the specified location in an IDTSComponentMetaDataCollection100 collection.
公共方法 SetIndex Moves an IDTSComponentMetaData100 object to a new location in an IDTSComponentMetaDataCollection100 collection.

页首

注释

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.