Compartilhar via


Interface IDTSEventHandlers100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Represents a collection of IDTSEventHandler100 objects.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<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

O tipo IDTSEventHandlers100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Count Infraestrutura. Gets the number of elements contained in the collection.
Propriedade pública Item Infraestrutura. Gets an IDTSEventHandler100 object from the collection.

Início

Métodos

  Nome Descrição
Método público Add Infraestrutura. Adds a new event to the collection.
Método público GetEnumerator Infraestrutura. Returns an enumerator for use in iterating over the collection.
Método público Join Infraestrutura. Joins a new event handler to the collection.
Método público Remove Infraestrutura. Removes an IDTSEventHandler100 object from the collection.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper