IDTSInputColumnCollection100 인터페이스

Contains a collection of IDTSInputColumn100 columns.

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

구문

‘선언
<GuidAttribute("24244D48-2764-4F79-8E33-4C9A7B8D4E2D")> _
Public Interface IDTSInputColumnCollection100 _
    Inherits IEnumerable
‘사용 방법
Dim instance As IDTSInputColumnCollection100
[GuidAttribute("24244D48-2764-4F79-8E33-4C9A7B8D4E2D")]
public interface IDTSInputColumnCollection100 : IEnumerable
[GuidAttribute(L"24244D48-2764-4F79-8E33-4C9A7B8D4E2D")]
public interface class IDTSInputColumnCollection100 : IEnumerable
[<GuidAttribute("24244D48-2764-4F79-8E33-4C9A7B8D4E2D")>]
type IDTSInputColumnCollection100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSInputColumnCollection100 extends IEnumerable

IDTSInputColumnCollection100 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Count Gets the number of columns contained in a collection.
공용 속성 Item Gets the IDTSInputColumn100 object specified by the Index parameter.

맨 위로 이동

메서드

  이름 설명
공용 메서드 FindObjectByID Locates the requested object in a collection by its ID.
공용 메서드 FindObjectIndexByID Locates the index of the requested object in a collection by its ID.
공용 메서드 GetEnumerator Returns an enumerator that can iterate through an IDTSInputColumnCollection100.
공용 메서드 GetInputColumnByLineageID Retrieves an IDTSInputColumn100 object that has the specified lineage ID.
공용 메서드 GetInputColumnByName Retrieves an IDTSInputColumn100 object having the specified name.
공용 메서드 GetObjectByID Gets the IDTSInputColumn100 object having the specified ID.
공용 메서드 GetObjectIndexByID Gets the index of an IDTSInputColumn100 object that has the specified ID.
공용 메서드 New Creates a new IDTSInputColumn100 and adds it to a collection.
공용 메서드 NewAt Creates a new IDTSInputColumn100 object and adds it to a collection at the specified index.
공용 메서드 RemoveAll Deletes every IDTSInputColumnCollection100 object in a collection.
공용 메서드 RemoveObjectByID Deletes an IDTSInputColumn100 object specified by ID.
공용 메서드 RemoveObjectByIndex Deletes an IDTSInputColumn100 at the specified location in the collection.
공용 메서드 SetIndex Changes the location of an IDTSInputColumn100 object specified by the lOldIndex parameter.

맨 위로 이동

주의

The IDTSInputColumnCollection100 contains a collection of IDTSInputColumn100 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.

참고 항목

참조

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