다음을 통해 공유


IDTSPathCollection100 인터페이스

Provides a collection container for storing IDTSPath100 objects.

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

구문

‘선언
<GuidAttribute("6A331EBD-A950-43B5-83A2-033585F417F7")> _
Public Interface IDTSPathCollection100 _
    Inherits IEnumerable
‘사용 방법
Dim instance As IDTSPathCollection100
[GuidAttribute("6A331EBD-A950-43B5-83A2-033585F417F7")]
public interface IDTSPathCollection100 : IEnumerable
[GuidAttribute(L"6A331EBD-A950-43B5-83A2-033585F417F7")]
public interface class IDTSPathCollection100 : IEnumerable
[<GuidAttribute("6A331EBD-A950-43B5-83A2-033585F417F7")>]
type IDTSPathCollection100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSPathCollection100 extends IEnumerable

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

속성

  이름 설명
공용 속성 Count Gets the number of IDTSPath100 objects contained in the collection.
공용 속성 Item Gets the IDTSPathCollection100 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 a IDTSPathCollection100.
공용 메서드 GetObjectByID Gets the IDTSPathCollection100 object that has the specified ID.
공용 메서드 GetObjectIndexByID Gets the index of the IDTSPath100 object that has the specified ID.
공용 메서드 New Creates a new IDTSPath100 and adds it to a collection.
공용 메서드 NewAt Creates an IDTSPath100 object at the specified location in a collection.
공용 메서드 RemoveAll Deletes every IDTSPath100 object in a collection.
공용 메서드 RemoveObjectByID Removes a IDTSPath100 object specified by the ID parameter.
공용 메서드 RemoveObjectByIndex Removes an IDTSPath100 object located at the specified index.
공용 메서드 SetIndex Changes the location of an IDTSPath100 object specified at the lOldIndex parameter.

맨 위로 이동

주의

Each IDTSPath100 object in this collection represents a connection, or flow of data, between two components in the data flow task.

Paths are established between components first by adding the new path to the collection, and then by calling its AttachPathAndPropagateNotifications method.

참고 항목

참조

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