共用方式為


IDTSPathCollection100 介面

Provides a collection container for storing IDTSPath100 objects.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
<GuidAttribute("7CBD8649-1FE1-47E3-982A-FEEFBAC69390")> _
Public Interface IDTSPathCollection100 _
    Inherits IEnumerable
'用途
Dim instance As IDTSPathCollection100
[GuidAttribute("7CBD8649-1FE1-47E3-982A-FEEFBAC69390")]
public interface IDTSPathCollection100 : IEnumerable
[GuidAttribute(L"7CBD8649-1FE1-47E3-982A-FEEFBAC69390")]
public interface class IDTSPathCollection100 : IEnumerable
[<GuidAttribute("7CBD8649-1FE1-47E3-982A-FEEFBAC69390")>]
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() () () () (繼承自 IEnumerable。)
公用方法 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.