Compartilhar via


Interface IDTSEventInfos100

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

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

Sintaxe

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

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

Início

Métodos

  Nome Descrição
Método público Add Infraestrutura. Adds an IDTSEventInfo100 object to the current collection.
Método público GetEnumerator Infraestrutura. Returns an enumerator for use in iterating over the collection.
Método público Remove Infraestrutura. Removes an IDTSEventInfo100 object from the collection.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper