Interface IDTSForEachItems100
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see ForEachItems.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("DF06C35F-AA23-4EBA-B51C-B23C79332D72")> _
Public Interface IDTSForEachItems100 _
Inherits IEnumerable
'Utilisation
Dim instance As IDTSForEachItems100
[GuidAttribute("DF06C35F-AA23-4EBA-B51C-B23C79332D72")]
public interface IDTSForEachItems100 : IEnumerable
[GuidAttribute(L"DF06C35F-AA23-4EBA-B51C-B23C79332D72")]
public interface class IDTSForEachItems100 : IEnumerable
[<GuidAttribute("DF06C35F-AA23-4EBA-B51C-B23C79332D72")>]
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. For more information, see ForEachItems. | |
Item | Infrastructure. For more information, see ForEachItems. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Add | Infrastructure. For more information, see ForEachItems. | |
GetEnumerator() () () () | (hérité de IEnumerable.) | |
GetEnumerator() () () () | Infrastructure. For more information, see ForEachItems. | |
Remove | Infrastructure. For more information, see ForEachItems. |
Haut de la page