Freigeben über


IDTSEventHandlers100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a collection of IDTSEventHandler100 objects.

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

Syntax

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

Der IDTSEventHandlers100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur Gets the number of elements contained in the collection.
Öffentliche Eigenschaft Item Infrastruktur Gets an IDTSEventHandler100 object from the collection.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur Adds a new event to the collection.
Öffentliche Methode GetEnumerator Infrastruktur Returns an enumerator for use in iterating over the collection.
Öffentliche Methode Join Infrastruktur Joins a new event handler to the collection.
Öffentliche Methode Remove Infrastruktur Removes an IDTSEventHandler100 object from the collection.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace