Freigeben über


IDTSEventInfos100-Schnittstelle

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

For more information, see EventInfos.

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

Syntax

'Declaration
<GuidAttribute("51CFB6B6-6187-4304-BC90-853888FBFD3F")> _
Public Interface IDTSEventInfos100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSEventInfos100
[GuidAttribute("51CFB6B6-6187-4304-BC90-853888FBFD3F")]
public interface IDTSEventInfos100 : IEnumerable
[GuidAttribute(L"51CFB6B6-6187-4304-BC90-853888FBFD3F")]
public interface class IDTSEventInfos100 : IEnumerable
[<GuidAttribute("51CFB6B6-6187-4304-BC90-853888FBFD3F")>]
type IDTSEventInfos100 =  
    interface
        interface IEnumerable
    end
public interface IDTSEventInfos100 extends IEnumerable

Der IDTSEventInfos100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Infrastruktur For more information, see EventInfos.
Öffentliche Eigenschaft Item Infrastruktur For more information, see EventInfos.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Infrastruktur For more information, see EventInfos.
Öffentliche Methode GetEnumerator() () () () (Geerbt von IEnumerable.)
Öffentliche Methode GetEnumerator() () () () Infrastruktur For more information, see EventInfos.
Öffentliche Methode Remove Infrastruktur For more information, see EventInfos.

Zum Anfang