IDTSExecutables100 Interface

Definição

Representa uma coleção de objetos IDTSExecutable100 .

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
Atributos
Implementações

Propriedades

Count

Obtém o número de elementos contidos na coleção.

Item[Object]

Obtém um objeto IDTSExecutable100 da coleção.

Métodos

Add(String)

Adiciona um novo objeto de tarefa ou contêiner à coleção.

Contains(Object)

Determina se os itens da coleção podem ser acessados usando a indexação como parâmetro.

GetEnumerator()

Retorna um enumerador que pode iterar pela coleção.

Join(IDTSExecutable100)

Adiciona um objeto de tarefa ou contêiner existente à coleção.

Remove(Object)

Remove um objeto IDTSExecutable100 da coleção.

Aplica-se a