Compartilhar via


Membros IDTSRuntimeConnectionCollection100

Contains a collection of IDTSRuntimeConnectionCollection100 objects.

O tipo IDTSRuntimeConnectionCollection100 expõe os seguintes membros.

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 (Herdado de IEnumerable.)
Método público GetEnumerator() () () () Returns an enumerator that can iterate through an IDTSRuntimeConnectionCollection100.
Método público GetObjectByID Retrieves an IDTSRuntimeConnection100 object from a collection.
Método público GetObjectIndexByID Retrieves the index of the IDTSRuntimeConnection100 object in a collection.
Método público New Creates a new IDTSRuntimeConnection100 object and adds it to a collection.
Método público NewAt Adds a new run-time connection at the specified location in a collection.
Método público RemoveAll Deletes each IDTSRuntimeConnection100 object from a collection.
Método público RemoveObjectByID Removes the specified connection object from a collection.
Método público RemoveObjectByIndex Deletes the run-time connection at the specified index from a collection.
Método público SetIndex Changes the location of the run-time connection object in a collection.

Início

Propriedades

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

Início