Interfaccia IDTSEventHandlers100

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents a collection of IDTSEventHandler100 objects.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

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

Nel tipo IDTSEventHandlers100 sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Infrastruttura. Gets the number of elements contained in the collection.
Proprietà pubblica Item Infrastruttura. Gets an IDTSEventHandler100 object from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Infrastruttura. Adds a new event to the collection.
Metodo pubblico GetEnumerator Infrastruttura. Returns an enumerator for use in iterating over the collection.
Metodo pubblico Join Infrastruttura. Joins a new event handler to the collection.
Metodo pubblico Remove Infrastruttura. Removes an IDTSEventHandler100 object from the collection.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper