Interfaz IDTSForEachItems100
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents an interface for the ForEachItems object.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
<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
El tipo IDTSForEachItems100 expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Count | Infraestructura. Gets the number or elements contained in the collection. | |
Item | Infraestructura. Gets an IDTSForEachItemValue100 object from the collection. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Add | Infraestructura. Adds a new collection to the IDTSForEachItems100 collection. | |
GetEnumerator | Infraestructura. Returns an enumerator for use in iterating over the collection. | |
Remove | Infraestructura. Removes a specified collection from the IDTSForEachItems100 collection. |
Arriba