IDTSRunningPackages100 Interface

Definition

Contains a collection of IDTSRunningPackage100 objects.

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
Attributes
Implements

Remarks

For more information, see RunningPackages.

Properties

Count

Gets the number of elements contained in the collection.

Item[Object]

Gets the running package with the specified key.

Methods

GetEnumerator()

Gets an enumerator that iterates through the collection.

Applies to