Compartir a través de


Interfaz IDTSLogProviderInfos100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

For more information, see LogProviderInfos.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("D8B34BEE-5F1B-4065-9009-6AB4A9B49276")> _
Public Interface IDTSLogProviderInfos100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSLogProviderInfos100
[GuidAttribute("D8B34BEE-5F1B-4065-9009-6AB4A9B49276")]
public interface IDTSLogProviderInfos100 : IEnumerable
[GuidAttribute(L"D8B34BEE-5F1B-4065-9009-6AB4A9B49276")]
public interface class IDTSLogProviderInfos100 : IEnumerable
[<GuidAttribute("D8B34BEE-5F1B-4065-9009-6AB4A9B49276")>]
type IDTSLogProviderInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSLogProviderInfos100 extends IEnumerable

El tipo IDTSLogProviderInfos100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Count Infraestructura. Gets the number of elements contained in the collection.
Propiedad pública Item Infraestructura. Gets a IDTSLogProviderInfo100 object from the collection.

Arriba

Métodos

  Nombre Descripción
Método público GetEnumerator Infraestructura. Returns an enumerator for use in iterating over the IDTSLogProviderInfos100 collection.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper