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


Интерфейс IDTSLogEntryInfos100

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

Синтаксис

'Декларация
<GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")> _
Public Interface IDTSLogEntryInfos100 _
    Inherits IEnumerable
'Применение
Dim instance As IDTSLogEntryInfos100
[GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")]
public interface IDTSLogEntryInfos100 : IEnumerable
[GuidAttribute(L"A199F39A-0141-48E4-87F0-B86E6DE1B66A")]
public interface class IDTSLogEntryInfos100 : IEnumerable
[<GuidAttribute("A199F39A-0141-48E4-87F0-B86E6DE1B66A")>]
type IDTSLogEntryInfos100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSLogEntryInfos100 extends IEnumerable

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

Свойства

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

В начало

Методы

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

В начало

См. также

Справочник

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