IDTSPackageInfos100 Interface

Definition

Provides properties and methods for working on a collection of IDTSPackageInfo100 objects.

public interface class IDTSPackageInfos100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("4C8AEC11-836A-4958-B7E6-E7B83307B790")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPackageInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("60D459C9-9FFE-402D-82C2-D255F4D97CBF")]
public interface IDTSPackageInfos100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D58E2888-1D7F-469B-A08F-A1847F4E5CB3")]
public interface IDTSPackageInfos100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("4C8AEC11-836A-4958-B7E6-E7B83307B790")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPackageInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("60D459C9-9FFE-402D-82C2-D255F4D97CBF")>]
type IDTSPackageInfos100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D58E2888-1D7F-469B-A08F-A1847F4E5CB3")>]
type IDTSPackageInfos100 = interface
    interface IEnumerable
Public Interface IDTSPackageInfos100
Implements IEnumerable
Attributes
Implements

Remarks

For more information, see PackageInfos.

Properties

Count

Gets the number of elements contained in the IDTSPackageInfos100 instance.

Item[Object]

Gets the IDTSPackageInfo100 object from the collection.

Methods

GetEnumerator()

Returns an enumerator for use in iterating over the IDTSPackageInfos100 collection.

Applies to