Интерфейс 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. |
В начало