IDTSRunningPackages100 Interface

Définition

Contient une collection d'objets IDTSRunningPackage100.

public interface class IDTSRunningPackages100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0554E63F-FD29-486C-A04D-0E80000E1465")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSRunningPackages100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("A52A3213-6294-4485-A217-C5A47759BC2B")]
public interface IDTSRunningPackages100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("E768334B-5CAE-4909-A054-94A782DD0029")]
public interface IDTSRunningPackages100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("0554E63F-FD29-486C-A04D-0E80000E1465")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSRunningPackages100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("A52A3213-6294-4485-A217-C5A47759BC2B")>]
type IDTSRunningPackages100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("E768334B-5CAE-4909-A054-94A782DD0029")>]
type IDTSRunningPackages100 = interface
    interface IEnumerable
Public Interface IDTSRunningPackages100
Implements IEnumerable
Attributs
Implémente

Remarques

Pour plus d’informations, consultez RunningPackages.

Propriétés

Count

Obtient le nombre d’éléments contenus dans la collection.

Item[Object]

Obtient le package d'exécution associé à la clé spécifiée.

Méthodes

GetEnumerator()

Obtient un énumérateur qui itère au sein de la collection.

S’applique à