Compartir a través de


Interfaz IDTSLogEntryInfos100

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

Sintaxis

'Declaración
<GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")> _
Public Interface IDTSLogEntryInfos100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSLogEntryInfos100
[GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")]
public interface IDTSLogEntryInfos100 : IEnumerable
[GuidAttribute(L"A199F39A-0141-48E4-87F0-B86E6DE1B66A")]
public interface class IDTSLogEntryInfos100 : IEnumerable
[<GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")>]
type IDTSLogEntryInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSLogEntryInfos100 extends IEnumerable

El tipo IDTSLogEntryInfos100 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 log entry object from the collection.

Arriba

Métodos

  Nombre Descripción
Método público Add Infraestructura. Adds a new log entry object to the IDTSLogEntryInfos100 collection.
Método público GetEnumerator Infraestructura. Returns an enumerator for use in iterating over the collection.
Método público Remove Infraestructura. Removes a specified collection from the IDTSLogEntryInfos100 collection.

Arriba

Vea también

Referencia

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