Freigeben über


IDTSErrors100-Schnittstelle

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

For more information, see DtsErrors.

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

Syntax

'Declaration
<GuidAttribute("0F671AF1-ABC1-4FBC-9906-8F83BB198EC9")> _
Public Interface IDTSErrors100 _
    Inherits IEnumerable
'Usage
Dim instance As IDTSErrors100
[GuidAttribute("0F671AF1-ABC1-4FBC-9906-8F83BB198EC9")]
public interface IDTSErrors100 : IEnumerable
[GuidAttribute(L"0F671AF1-ABC1-4FBC-9906-8F83BB198EC9")]
public interface class IDTSErrors100 : IEnumerable
[<GuidAttribute("0F671AF1-ABC1-4FBC-9906-8F83BB198EC9")>]
type IDTSErrors100 =  
    interface
        interface IEnumerable
    end
public interface IDTSErrors100 extends IEnumerable

Der IDTSErrors100-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Clear Infrastruktur For more information, see DtsErrors.
Öffentliche Methode GetEnumerator() () () () (Geerbt von IEnumerable.)
Öffentliche Methode GetEnumerator() () () () Infrastruktur For more information, see DtsErrors.

Zum Anfang