IDTSExecutables100 Interface

Definition

Represents a collection of IDTSExecutable100 objects.

public interface class IDTSExecutables100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("BCD5A6C6-A9F2-4447-8D7D-D89D9C608C07")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSExecutables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("F4A044DC-2E43-4D52-8105-BD2123AEFEB6")]
public interface IDTSExecutables100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("D3A9F10E-4332-4BD2-8BC7-3152976BBAA3")]
public interface IDTSExecutables100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("BCD5A6C6-A9F2-4447-8D7D-D89D9C608C07")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSExecutables100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("F4A044DC-2E43-4D52-8105-BD2123AEFEB6")>]
type IDTSExecutables100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("D3A9F10E-4332-4BD2-8BC7-3152976BBAA3")>]
type IDTSExecutables100 = interface
    interface IEnumerable
Public Interface IDTSExecutables100
Implements IEnumerable
Attributes
Implements

Properties

Count

Gets the number of elements contained in the collection.

Item[Object]

Gets an IDTSExecutable100 object from the collection.

Methods

Add(String)

Adds a new container or task object to the collection.

Contains(Object)

Determines whether the items in the collection can be accessed using the index as the parameter.

GetEnumerator()

Returns an enumerator that can iterate through the collection.

Join(IDTSExecutable100)

Adds an existing container or task object to the collection.

Remove(Object)

Removes an IDTSExecutable100 object from the collection.

Applies to