Интерфейс IDTSForEachVariableMappings100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents an interface of the ForEachVariableMappings object.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("825A88DA-F230-457A-A44F-C995A8B0F751")> _
Public Interface IDTSForEachVariableMappings100 _
Inherits IEnumerable
'Применение
Dim instance As IDTSForEachVariableMappings100
[GuidAttribute("825A88DA-F230-457A-A44F-C995A8B0F751")]
public interface IDTSForEachVariableMappings100 : IEnumerable
[GuidAttribute(L"825A88DA-F230-457A-A44F-C995A8B0F751")]
public interface class IDTSForEachVariableMappings100 : IEnumerable
[<GuidAttribute("825A88DA-F230-457A-A44F-C995A8B0F751")>]
type IDTSForEachVariableMappings100 =
interface
interface IEnumerable
end
public interface IDTSForEachVariableMappings100 extends IEnumerable
Тип IDTSForEachVariableMappings100 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
Count | Инфраструктура. Gets the number or elements contained in the collection. |
![]() |
Item | Инфраструктура. Gets an IDTSForEachVariableMappings100 object from the collection. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Add | Инфраструктура. Adds a new collection to the IDTSForEachVariableMappings100 collection. |
![]() |
GetEnumerator | Инфраструктура. Returns an enumerator for use in iterating over the collection. |
![]() |
Remove | Инфраструктура. Removes a specified collection from the IDTSForEachVariableMappings100 collection. |
В начало