Condividi tramite


IDTSComponentMetaDataCollection100 Interfaccia

Definizione

public interface class IDTSComponentMetaDataCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("941CD0E2-AC00-437D-AAEE-C887AA739A60")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSComponentMetaDataCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("941CD0E2-AC00-437D-AAEE-C887AA739A60")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSComponentMetaDataCollection100 = interface
    interface IEnumerable
Public Interface IDTSComponentMetaDataCollection100
Implements IEnumerable
Attributi
Implementazioni

Commenti

L'insieme IDTSComponentMetaDataCollection100 contiene gli IDTSComponentMetaData100 oggetti, che sono componenti aggiunti alla MainPipe classe.

I componenti vengono aggiunti all'IDTSComponentMetaDataCollection100 chiamando il metodo New. Gli oggetti in questa raccolta rappresentano i componenti dell'attività flusso di dati, che nel modello a oggetti è l'oggetto MainPipe .

Proprietà

Count
Item[Object]

Metodi

FindObjectByID(Int32)
FindObjectIndexByID(Int32)
GetEnumerator()
GetObjectByID(Int32)
GetObjectIndexByID(Int32)
New()
NewAt(Int32)
RemoveAll()
RemoveObjectByID(Int32)
RemoveObjectByIndex(Object)
SetIndex(Int32, Int32)

Si applica a