Поделиться через


Интерфейс IDTSExecutables100

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents a collection of IDTSExecutable100 objects.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")> _
Public Interface IDTSExecutables100 _
    Inherits IEnumerable
'Применение
Dim instance As IDTSExecutables100
[GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")]
public interface IDTSExecutables100 : IEnumerable
[GuidAttribute(L"0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")]
public interface class IDTSExecutables100 : IEnumerable
[<GuidAttribute("0FAC005E-5ABD-4D1E-9B21-18F3DE622B24")>]
type IDTSExecutables100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSExecutables100 extends IEnumerable

Тип IDTSExecutables100 обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Count Инфраструктура. Gets the number of elements contained in the collection.
Открытое свойство Item Инфраструктура. Gets an IDTSExecutable100 object from the collection.

В начало

Методы

  Имя Описание
Открытый метод Add Инфраструктура. Adds a new container or task object to the collection.
Открытый метод Contains Инфраструктура. Determines whether the items in the collection can be accessed using the index as the parameter.
Открытый метод GetEnumerator Инфраструктура. Returns an enumerator that can iterate through the collection.
Открытый метод Join Инфраструктура. Adds an existing container or task object to the collection.
Открытый метод Remove Инфраструктура. Removes an IDTSExecutable100 object from the collection.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper