IDTSOutputCollection100 인터페이스

Contains a collection of IDTSOutput100 objects.

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

구문

‘선언
<GuidAttribute("E700706C-F23C-400A-BD62-AC760B11B985")> _
Public Interface IDTSOutputCollection100 _
    Inherits IEnumerable
‘사용 방법
Dim instance As IDTSOutputCollection100
[GuidAttribute("E700706C-F23C-400A-BD62-AC760B11B985")]
public interface IDTSOutputCollection100 : IEnumerable
[GuidAttribute(L"E700706C-F23C-400A-BD62-AC760B11B985")]
public interface class IDTSOutputCollection100 : IEnumerable
[<GuidAttribute("E700706C-F23C-400A-BD62-AC760B11B985")>]
type IDTSOutputCollection100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSOutputCollection100 extends IEnumerable

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

속성

  이름 설명
공용 속성 Count Gets the number of elements contained in an IDTSOutputCollection100.
공용 속성 Item Gets the IDTSInput100 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 the collection by its ID.
공용 메서드 GetEnumerator Returns an enumerator that can iterate through an IDTSOutputCollection100.
공용 메서드 GetObjectByID Retrieves an IDTSOutput100 object that has the specified ID.
공용 메서드 GetObjectIndexByID Retrieves the index of an IDTSInput100 that has the specified ID.
공용 메서드 New Creates a new IDTSOutput100 object and adds it to an IDTSOutputColumnCollection100.
공용 메서드 NewAt Creates a new IDTSOutput100 object and adds it to a collection at the specified Index.
공용 메서드 RemoveAll Deletes each IDTSOutput100 object in a collection.
공용 메서드 RemoveObjectByID Deletes an IDTSOutput100 specified by the lID parameter.
공용 메서드 RemoveObjectByIndex Deletes an IDTSOutput100 at the specified location.
공용 메서드 SetIndex Changes the location of an IDTSOutput100 object in the collection.

맨 위로 이동

주의

This collection contains the IDTSOutput100 objects of a data flow component, and also contains methods that allow outputs to be added, removed, and enumerated.

참고 항목

참조

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