Compartir a través de


Interfaz IDTSEventInfos100

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

Represents a collection of IDTSEventInfo100 objects.

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

Sintaxis

'Declaración
<GuidAttribute("7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")> _
Public Interface IDTSEventInfos100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSEventInfos100
[GuidAttribute("7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")]
public interface IDTSEventInfos100 : IEnumerable
[GuidAttribute(L"7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")]
public interface class IDTSEventInfos100 : IEnumerable
[<GuidAttribute("7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")>]
type IDTSEventInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSEventInfos100 extends IEnumerable

El tipo IDTSEventInfos100 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 the IDTSEventInfo100 object from the collection.

Arriba

Métodos

  Nombre Descripción
Método público Add Infraestructura. Adds an IDTSEventInfo100 object to the current collection.
Método público GetEnumerator Infraestructura. Returns an enumerator for use in iterating over the collection.
Método público Remove Infraestructura. Removes an IDTSEventInfo100 object from the collection.

Arriba

Vea también

Referencia

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