Interface IDTSForEachItem100
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents an interface for the ForEachItem object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")> _
Public Interface IDTSForEachItem100 _
Inherits IEnumerable
'Uso
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
O tipo IDTSForEachItem100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Infraestrutura. Gets the number of elements contained in the collection. | |
Item | Infraestrutura. Gets an IDTSForEachItemValue100 object from the collection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | Infraestrutura. Adds a new, empty IDTSForEachItemValue100 object to the end of the collection. | |
GetEnumerator | Infraestrutura. Returns an enumerator for use in iterating over the collection. | |
Remove | Infraestrutura. Removes an IDTSForEachItem100 object from the collection. |
Início