Share via


IDTSInputColumnCollection90 Interface

Contains a collection of IDTSInputColumn90 columns.

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

구문

‘선언
<TypeLibTypeAttribute(4160)> _
<DefaultMemberAttribute("Item")> _
<GuidAttribute("5A2058B3-DA54-45A2-BDEE-9FB9B4C5B1D7")> _
Public Interface IDTSInputColumnCollection90
    Inherits IEnumerable
[TypeLibTypeAttribute(4160)] 
[DefaultMemberAttribute("Item")] 
[GuidAttribute("5A2058B3-DA54-45A2-BDEE-9FB9B4C5B1D7")] 
public interface IDTSInputColumnCollection90 : IEnumerable
[TypeLibTypeAttribute(4160)] 
[DefaultMemberAttribute(L"Item")] 
[GuidAttribute(L"5A2058B3-DA54-45A2-BDEE-9FB9B4C5B1D7")] 
public interface class IDTSInputColumnCollection90 : IEnumerable
/** @attribute TypeLibTypeAttribute(4160) */ 
/** @attribute DefaultMemberAttribute("Item") */ 
/** @attribute GuidAttribute("5A2058B3-DA54-45A2-BDEE-9FB9B4C5B1D7") */ 
public interface IDTSInputColumnCollection90 extends IEnumerable
TypeLibTypeAttribute(4160) 
DefaultMemberAttribute("Item") 
GuidAttribute("5A2058B3-DA54-45A2-BDEE-9FB9B4C5B1D7") 
public interface IDTSInputColumnCollection90 extends IEnumerable

주의

The IDTSInputColumnCollection90 contains a collection of IDTSInputColumn90 objects. The collection provides the ability to add, delete, and enumerate the items in the collection.

The columns in the collection are typically inserted into the collection by calling the SetUsageType method of the design time interface. This method sets the UsageType property of a column and places it in the collection.

플랫폼

개발 플랫폼

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

대상 플랫폼

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

참고 항목

참조

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