Partager via


Interface IDTSWarnings100

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

Defines a properties and methods for the collection of warning.

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

Syntaxe

'Déclaration
<GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")> _
Public Interface IDTSWarnings100 _
    Inherits IEnumerable
'Utilisation
Dim instance As IDTSWarnings100
[GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")]
public interface IDTSWarnings100 : IEnumerable
[GuidAttribute(L"0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")]
public interface class IDTSWarnings100 : IEnumerable
[<GuidAttribute("0FADFE6F-16A9-4CAE-978E-8586CA71ECF5")>]
type IDTSWarnings100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSWarnings100 extends IEnumerable

Le type IDTSWarnings100 expose les membres suivants.

Propriétés

  Nom Description
Propriété publique Count Infrastructure. Gets the number of elements contained in the IDTSWarnings100 instance.
Propriété publique Item Infrastructure. Gets a IDTSWarning100 object from the collection.

Haut de la page

Méthodes

  Nom Description
Méthode publique Clear Infrastructure. Clears all objects from the IDTSWarnings100 collection.
Méthode publique GetEnumerator Infrastructure. Returns an IEnumerator for use in iterating over the IDTSWarnings100 collection.

Haut de la page

Notes

For more information, see DtsWarnings.

Voir aussi

Référence

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