Partager via


Interface IDTSEventInfos100

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents a collection of IDTSEventInfo100 objects.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")> _
Public Interface IDTSEventInfos100 _
    Inherits IEnumerable
'Utilisation
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

Le type IDTSEventInfos100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Infrastructure. Gets the number of elements contained in the collection.
Propriété publique Item Infrastructure. Gets the IDTSEventInfo100 object from the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Infrastructure. Adds an IDTSEventInfo100 object to the current collection.
Méthode publique GetEnumerator Infrastructure. Returns an enumerator for use in iterating over the collection.
Méthode publique Remove Infrastructure. Removes an IDTSEventInfo100 object from the collection.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper