IDTSOutputColumnCollection100 인터페이스

Contains a collection of IDTSOutputColumn100 columns.

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

구문

‘선언
<GuidAttribute("BC942FEC-2CEA-4665-A291-38200A0C959F")> _
Public Interface IDTSOutputColumnCollection100 _
    Inherits IEnumerable
‘사용 방법
Dim instance As IDTSOutputColumnCollection100
[GuidAttribute("BC942FEC-2CEA-4665-A291-38200A0C959F")]
public interface IDTSOutputColumnCollection100 : IEnumerable
[GuidAttribute(L"BC942FEC-2CEA-4665-A291-38200A0C959F")]
public interface class IDTSOutputColumnCollection100 : IEnumerable
[<GuidAttribute("BC942FEC-2CEA-4665-A291-38200A0C959F")>]
type IDTSOutputColumnCollection100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSOutputColumnCollection100 extends IEnumerable

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

속성

  이름 설명
공용 속성 Count Gets the number of IDTSOutput100 columns in the collection.
공용 속성 Item Gets the IDTSOutputColumn100 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 the collection by its ID.
공용 메서드 GetEnumerator Returns an enumerator that can iterate through an output column collection.
공용 메서드 GetObjectByID Retrieves the output column object that has the specified ID from a collection.
공용 메서드 GetObjectIndexByID Retrieves the location of an output column in a collection.
공용 메서드 GetOutputColumnByLineageID Retrieves an output column object with the specified lineage ID from a collection.
공용 메서드 New Creates an output column object and adds it to a collection.
공용 메서드 NewAt Creates a new output column object and adds it to a collection at the specified index.
공용 메서드 RemoveAll Deletes all the output column objects from a collection.
공용 메서드 RemoveObjectByID Deletes the output column object with the specified ID from a collection.
공용 메서드 RemoveObjectByIndex Removes the IDTSOutputColumn100 object at the specified location in a collection.
공용 메서드 SetIndex Moves an output column to a new location in a collection.

맨 위로 이동

주의

The IDTSOutputColumnCollection100 contains a collection of IDTSOutputColumn100 objects. The columns in this collection represent the columns that a component makes available to downstream components.

The component that contains the collection can be a source component, which means that it adds the columns based on an external data source, or it can be a transformation, which means that it creates columns based on the columns it receives in its IDTSInput100.

참고 항목

참조

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