IDTSOutputCollection100 Interface

Définition

public interface class IDTSOutputCollection100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("68BCA3B7-406E-4261-AB30-3DB1E090C760")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSOutputCollection100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("68BCA3B7-406E-4261-AB30-3DB1E090C760")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSOutputCollection100 = interface
    interface IEnumerable
Public Interface IDTSOutputCollection100
Implements IEnumerable
Attributs
Implémente

Remarques

Cette collection contient les IDTSOutput100 objets d’un composant de flux de données et contient également des méthodes qui permettent aux sorties d’être ajoutées, supprimées et énumérées.

Propriétés

Count
Item[Object]

Méthodes

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

S’applique à