Compartir a través de


Interfaz IDTSEventHandlers100

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 IDTSEventHandler100 objects.

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

Sintaxis

'Declaración
<GuidAttribute("2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")> _
Public Interface IDTSEventHandlers100 _
    Inherits IEnumerable
'Uso
Dim instance As IDTSEventHandlers100
[GuidAttribute("2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")]
public interface IDTSEventHandlers100 : IEnumerable
[GuidAttribute(L"2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")]
public interface class IDTSEventHandlers100 : IEnumerable
[<GuidAttribute("2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")>]
type IDTSEventHandlers100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSEventHandlers100 extends IEnumerable

El tipo IDTSEventHandlers100 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 an IDTSEventHandler100 object from the collection.

Arriba

Métodos

  Nombre Descripción
Método público Add Infraestructura. Adds a new event to the collection.
Método público GetEnumerator Infraestructura. Returns an enumerator for use in iterating over the collection.
Método público Join Infraestructura. Joins a new event handler to the collection.
Método público Remove Infraestructura. Removes an IDTSEventHandler100 object from the collection.

Arriba

Vea también

Referencia

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