Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 | |
|---|---|---|
![]() |
Count | Infrastructure. Gets the number of elements contained in the IDTSWarnings100 instance. |
![]() |
Item | Infrastructure. Gets a IDTSWarning100 object from the collection. |
Haut de la page
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Clear | Infrastructure. Clears all objects from the IDTSWarnings100 collection. |
![]() |
GetEnumerator | Infrastructure. Returns an IEnumerator for use in iterating over the IDTSWarnings100 collection. |
Haut de la page
Notes
For more information, see DtsWarnings.
.gif)
.gif)