Interface IDTSForEachItems100
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 ForEachItems object.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")> _
Public Interface IDTSForEachItems100 _
Inherits IEnumerable
'Utilisation
Dim instance As IDTSForEachItems100
[GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")]
public interface IDTSForEachItems100 : IEnumerable
[GuidAttribute(L"5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")]
public interface class IDTSForEachItems100 : IEnumerable
[<GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")>]
type IDTSForEachItems100 =
interface
interface IEnumerable
end
public interface IDTSForEachItems100 extends IEnumerable
Le type IDTSForEachItems100 expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
Count | Infrastructure. Gets the number or 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 collection to the IDTSForEachItems100 collection. |
![]() |
GetEnumerator | Infrastructure. Returns an enumerator for use in iterating over the collection. |
![]() |
Remove | Infrastructure. Removes a specified collection from the IDTSForEachItems100 collection. |
Haut de la page