Свойство IDTSEventHandlers100.Item
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets an IDTSEventHandler100 object from the collection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSEventHandler100
Get
'Применение
Dim instance As IDTSEventHandlers100
Dim Index As Object
Dim value As IDTSEventHandler100
value = instance(Index)
IDTSEventHandler100 this[
Object Index
] { get; }
property IDTSEventHandler100^ default[[InAttribute] Object^ Index] {
IDTSEventHandler100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSEventHandler100
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- Index
Тип: System.Object
The name, ID, or index of the IDTSEventHandler100 object to return from the collection.
Значение свойства
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEventHandler100
An IDTSEventHandler100 object.
Замечания
For more information, see DtsEventHandlers.