IDTSEventHandlers100 Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente une collection d'objets IDTSEventHandler100.
public interface class IDTSEventHandlers100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("C6DD845C-015F-4C55-A87D-557EF9E218D2")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSEventHandlers100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("676CA743-7AF5-4638-9710-3323EE8C087C")]
public interface IDTSEventHandlers100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("4596060D-6420-4035-A0AA-C9A361573336")]
public interface IDTSEventHandlers100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("C6DD845C-015F-4C55-A87D-557EF9E218D2")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSEventHandlers100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("676CA743-7AF5-4638-9710-3323EE8C087C")>]
type IDTSEventHandlers100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("4596060D-6420-4035-A0AA-C9A361573336")>]
type IDTSEventHandlers100 = interface
interface IEnumerable
Public Interface IDTSEventHandlers100
Implements IEnumerable
- Attributs
- Implémente
Propriétés
Count |
Obtient le nombre d’éléments contenus dans la collection. |
Item[Object] |
Obtient un objet IDTSEventHandler100 de la collection. |
Méthodes
Add(String) |
Ajoute un nouvel événement à la collection. |
GetEnumerator() |
Retourne un énumérateur à utiliser pour effectuer une itération au sein de la collection. |
Join(IDTSEventHandler100) |
Joint un nouveau gestionnaire d'événements à la collection. |
Remove(Object) |
Supprime de la collection un objet IDTSEventHandler100. |