Partager via


Interface IDTSErrors100

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

For more information, see DtsErrors.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
<GuidAttribute("0F671AF1-ABC1-4FBC-9906-8F83BB198EC9")> _
Public Interface IDTSErrors100 _
    Inherits IEnumerable
'Utilisation
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

Le type IDTSErrors100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Infrastructure. For more information, see DtsErrors.
Propriété publique Item Infrastructure. For more information, see DtsErrors.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clear Infrastructure. For more information, see DtsErrors.
Méthode publique GetEnumerator() () () () (hérité de IEnumerable.)
Méthode publique GetEnumerator() () () () Infrastructure. For more information, see DtsErrors.

Haut de la page