Интерфейс IDTSForEachItem100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents an interface for the ForEachItem object.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("92E5449F-0315-493B-AA52-C7AFD1CAA886")> _
Public Interface IDTSForEachItem100 _
Inherits IEnumerable
'Применение
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
Тип IDTSForEachItem100 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | Инфраструктура. Gets the number of elements contained in the collection. | |
Item | Инфраструктура. Gets an IDTSForEachItemValue100 object from the collection. |
В начало
Методы
Имя | Описание | |
---|---|---|
Add | Инфраструктура. Adds a new, empty IDTSForEachItemValue100 object to the end of the collection. | |
GetEnumerator | Инфраструктура. Returns an enumerator for use in iterating over the collection. | |
Remove | Инфраструктура. Removes an IDTSForEachItem100 object from the collection. |
В начало