Compartilhar via


Interface IDTSPathCollection100

Provides a collection container for storing IDTSPath100 objects.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (em Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("6A331EBD-A950-43B5-83A2-033585F417F7")> _
Public Interface IDTSPathCollection100 _
    Inherits IEnumerable
'Uso
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

O tipo IDTSPathCollection100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of IDTSPath100 objects contained in the collection.
Propriedade pública Item Gets the IDTSPathCollection100 object specified by the Index parameter.

Início

Métodos

  Nome Descrição
Método público FindObjectByID Locates the requested object in a collection by its ID.
Método público FindObjectIndexByID Locates the index of the requested object in a collection by its ID.
Método público GetEnumerator Returns an enumerator that can iterate through a IDTSPathCollection100.
Método público GetObjectByID Gets the IDTSPathCollection100 object that has the specified ID.
Método público GetObjectIndexByID Gets the index of the IDTSPath100 object that has the specified ID.
Método público New Creates a new IDTSPath100 and adds it to a collection.
Método público NewAt Creates an IDTSPath100 object at the specified location in a collection.
Método público RemoveAll Deletes every IDTSPath100 object in a collection.
Método público RemoveObjectByID Removes a IDTSPath100 object specified by the ID parameter.
Método público RemoveObjectByIndex Removes an IDTSPath100 object located at the specified index.
Método público SetIndex Changes the location of an IDTSPath100 object specified at the lOldIndex parameter.

Início

Comentários

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.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper