Interface IDTSForEachItem100
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 an interface for the ForEachItem object.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")> _
Public Interface IDTSForEachItem100 _
Inherits IEnumerable
'Utilisation
Dim instance As IDTSForEachItem100
[GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")]
public interface IDTSForEachItem100 : IEnumerable
[GuidAttribute(L"92E5449F-0315-493B-AA52-C7AFD1CAA886")]
public interface class IDTSForEachItem100 : IEnumerable
[<GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")>]
type IDTSForEachItem100 =
interface
interface IEnumerable
end
public interface IDTSForEachItem100 extends IEnumerable
Le type IDTSForEachItem100 expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
Count | Infrastructure. Gets the number of elements contained in the collection. |
![]() |
Item | Infrastructure. Gets an IDTSForEachItemValue100 object from the collection. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Add | Infrastructure. Adds a new, empty IDTSForEachItemValue100 object to the end of the collection. |
![]() |
GetEnumerator | Infrastructure. Returns an enumerator for use in iterating over the collection. |
![]() |
Remove | Infrastructure. Removes an IDTSForEachItem100 object from the collection. |
Haut de la page