다음을 통해 공유


IDTSComponentMetaDataCollection90 Interface

Contains a collection of IDTSComponentMetaData90 objects.

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

구문

‘선언
<DefaultMemberAttribute("Item")> _
<GuidAttribute("9BE05B44-D46B-4879-9A50-ED3C72E5F347")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSComponentMetaDataCollection90
    Inherits IEnumerable
[DefaultMemberAttribute("Item")] 
[GuidAttribute("9BE05B44-D46B-4879-9A50-ED3C72E5F347")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSComponentMetaDataCollection90 : IEnumerable
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"9BE05B44-D46B-4879-9A50-ED3C72E5F347")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSComponentMetaDataCollection90 : IEnumerable
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("9BE05B44-D46B-4879-9A50-ED3C72E5F347") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSComponentMetaDataCollection90 extends IEnumerable
DefaultMemberAttribute("Item") 
GuidAttribute("9BE05B44-D46B-4879-9A50-ED3C72E5F347") 
TypeLibTypeAttribute(4160) 
public interface IDTSComponentMetaDataCollection90 extends IEnumerable

주의

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

Components are added to the IDTSComponentMetaDataCollection90 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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDTSComponentMetaDataCollection90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace