다음을 통해 공유


IDTSComponentMetaDataCollection100 인터페이스

Contains a collection of IDTSComponentMetaData100 objects.

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

구문

‘선언
<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

주의

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.