Share via


IDTSLogProviders100 Interfaz

Definición

Representa una interfaz de proveedores de registro.

public interface class IDTSLogProviders100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("20DC5792-E39C-49DC-B8B2-8334809024DF")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSLogProviders100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DA808634-EEBA-4D60-8FFB-EBEB7AA64294")]
public interface IDTSLogProviders100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("FE986A36-1987-4A09-BF20-84AC67EA238D")]
public interface IDTSLogProviders100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("20DC5792-E39C-49DC-B8B2-8334809024DF")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSLogProviders100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DA808634-EEBA-4D60-8FFB-EBEB7AA64294")>]
type IDTSLogProviders100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("FE986A36-1987-4A09-BF20-84AC67EA238D")>]
type IDTSLogProviders100 = interface
    interface IEnumerable
Public Interface IDTSLogProviders100
Implements IEnumerable
Atributos
Implementaciones

Comentarios

Para obtener más información, vea LogProviders.

Propiedades

Count

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

Item[Object]

Obtiene un objeto proveedor de registro de la colección.

Métodos

Add(String)

Agrega el proveedor de registro especificado al final de la colección.

GetEnumerator()

Obtiene un objeto IEnumerator para iterar por la colección IDTSLogProviders100.

Join(IDTSLogProvider100)

Combina un proveedor de registro especificado con la colección.

Remove(Object)

Quita un objeto proveedor de registro de la colección IDTSLogProviders100.

Se aplica a