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