IDTSEventInfos100.Item[Object] Свойство

Определение

Возвращает объект IDTSEventInfo100 из коллекции.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEventInfo100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSEventInfo100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfo100 this[object Index] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventInfo100
Default Public ReadOnly Property Item(Index As Object) As IDTSEventInfo100

Параметры

Index
Object

Имя, описание, идентификатор или индекс объекта IDTSEventInfo100, которые необходимо вернуть.

Значение свойства

Объект IDTSEventInfo100.

Атрибуты

Комментарии

Дополнительные сведения см. в разделе EventInfos.

Применяется к