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


Интерфейс IDTSErrors100

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

Represents a collection of IDTSError100 objects.

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

Синтаксис

'Декларация
<GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")> _
Public Interface IDTSErrors100 _
    Inherits IEnumerable
'Применение
Dim instance As IDTSErrors100
[GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")]
public interface IDTSErrors100 : IEnumerable
[GuidAttribute(L"A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")]
public interface class IDTSErrors100 : IEnumerable
[<GuidAttribute("A8EAEA8B-AEAA-4B0E-B3F2-A6F18B45C45D")>]
type IDTSErrors100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSErrors100 extends IEnumerable

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

Свойства

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

В начало

Методы

  Имя Описание
Открытый метод Clear Инфраструктура. Clears the property settings of the IDTSError100 object.
Открытый метод GetEnumerator Инфраструктура. Returns an IEnumerator that can iterate through the collection.

В начало

См. также

Справочник

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