Condividi tramite


Interfaccia IDTSEventInfos100

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

Represents a collection of IDTSEventInfo100 objects.

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

Sintassi

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

Nel tipo IDTSEventInfos100 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 the IDTSEventInfo100 object from the collection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Infrastruttura. Adds an IDTSEventInfo100 object to the current collection.
Metodo pubblico GetEnumerator Infrastruttura. Returns an enumerator for use in iterating over the collection.
Metodo pubblico Remove Infrastruttura. Removes an IDTSEventInfo100 object from the collection.

In alto

Vedere anche

Riferimento

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