Partager via


Interface IDTSErrors100

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

Represents a collection of IDTSError100 objects.

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

Syntaxe

'Déclaration
<GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")> _
Public Interface IDTSErrors100 _
    Inherits IEnumerable
'Utilisation
Dim instance As IDTSErrors100
[GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")]
public interface IDTSErrors100 : IEnumerable
[GuidAttribute(L"A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")]
public interface class IDTSErrors100 : IEnumerable
[<GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")>]
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. Gets the number of elements contained in the collection.
Propriété publique Item Infrastructure. Gets an IDTSError100 object from the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clear Infrastructure. Clears the property settings of the IDTSError100 object.
Méthode publique GetEnumerator Infrastructure. Returns an IEnumerator that can iterate through the collection.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper