Interface IDTSForEachItems100
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 ForEachItems object.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
<GuidAttribute("5D77BE0E-5F32-4BB9-8583-1DDBE2300A05")> _
Public Interface IDTSForEachItems100 _
Inherits IEnumerable
'Uso
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
O tipo IDTSForEachItems100 expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
Count | Infraestrutura. Gets the number or 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 collection to the IDTSForEachItems100 collection. | |
GetEnumerator | Infraestrutura. Returns an enumerator for use in iterating over the collection. | |
Remove | Infraestrutura. Removes a specified collection from the IDTSForEachItems100 collection. |
Início