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


Интерфейс IDTSEventInfos100

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

Represents a collection of IDTSEventInfo100 objects.

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

Синтаксис

'Декларация
<GuidAttribute("7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")> _
Public Interface IDTSEventInfos100 _
    Inherits IEnumerable
'Применение
Dim instance As IDTSEventInfos100
[GuidAttribute("7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")]
public interface IDTSEventInfos100 : IEnumerable
[GuidAttribute(L"7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")]
public interface class IDTSEventInfos100 : IEnumerable
[<GuidAttribute("7A937D52-B7F4-4C7D-97DC-16FFA929DDCD")>]
type IDTSEventInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSEventInfos100 extends IEnumerable

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

Свойства

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

В начало

Методы

  Имя Описание
Открытый метод Add Инфраструктура. Adds an IDTSEventInfo100 object to the current collection.
Открытый метод GetEnumerator Инфраструктура. Returns an enumerator for use in iterating over the collection.
Открытый метод Remove Инфраструктура. Removes an IDTSEventInfo100 object from the collection.

В начало

См. также

Справочник

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