IDTSComponentMetaDataCollection100 인터페이스

Contains a collection of IDTSComponentMetaData100 objects.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
<GuidAttribute("070750F2-631D-4E3E-8FE5-BE6B1CDF2632")> _
Public Interface IDTSComponentMetaDataCollection100 _
    Inherits IEnumerable
‘사용 방법
Dim instance As IDTSComponentMetaDataCollection100
[GuidAttribute("070750F2-631D-4E3E-8FE5-BE6B1CDF2632")]
public interface IDTSComponentMetaDataCollection100 : IEnumerable
[GuidAttribute(L"070750F2-631D-4E3E-8FE5-BE6B1CDF2632")]
public interface class IDTSComponentMetaDataCollection100 : IEnumerable
[<GuidAttribute("070750F2-631D-4E3E-8FE5-BE6B1CDF2632")>]
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 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.

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스