Partager via


Interface IDTSEventHandlers100

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

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

Syntaxe

'Déclaration
<GuidAttribute("2BA84736-B5D5-4AD0-A5A1-126FD29C20BA")> _
Public Interface IDTSEventHandlers100 _
    Inherits IEnumerable
'Utilisation
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

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Infrastructure. Adds a new event to the collection.
Méthode publique GetEnumerator Infrastructure. Returns an enumerator for use in iterating over the collection.
Méthode publique Join Infrastructure. Joins a new event handler to the collection.
Méthode publique Remove Infrastructure. Removes an IDTSEventHandler100 object from the collection.

Haut de la page

Voir aussi

Référence

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