Share via


IDTSSelectedLogProviders100 Interfaz

Definición

Define una interfaz para una colección de objetos IDTSLogProvider100 seleccionados.

public interface class IDTSSelectedLogProviders100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("F55F8A1B-1142-40BB-8654-CB61C85CDD8A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSSelectedLogProviders100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("83BE8FF5-9B78-4E66-97B5-6AFAB1D1F771")]
public interface IDTSSelectedLogProviders100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2D2558D2-775B-45AD-8BAD-82E529306201")]
public interface IDTSSelectedLogProviders100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("F55F8A1B-1142-40BB-8654-CB61C85CDD8A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSSelectedLogProviders100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("83BE8FF5-9B78-4E66-97B5-6AFAB1D1F771")>]
type IDTSSelectedLogProviders100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2D2558D2-775B-45AD-8BAD-82E529306201")>]
type IDTSSelectedLogProviders100 = interface
    interface IEnumerable
Public Interface IDTSSelectedLogProviders100
Implements IEnumerable
Atributos
Implementaciones

Propiedades

Count

Obtiene el número de elementos contenido en la colección.

Item[Object]

Obtiene un objeto IDTSLogProvider100 de la colección.

Métodos

Add(IDTSLogProvider100)

Agrega el objeto IDTSLogProvider100 especificado al final de la colección.

GetEnumerator()

Devuelve un enumerador que se usa para iterar por la colección.

Remove(Object)

Quita un objeto IDTSLogProvider100 de la colección.

Se aplica a