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


Свойство Item

Gets the IDTSInputColumn100 object specified by the Index parameter.

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

Синтаксис

'Декларация
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSInputColumn100
    Get
'Применение
Dim instance As IDTSInputColumnCollection100
Dim Index As Object
Dim value As IDTSInputColumn100

value = instance(Index)
IDTSInputColumn100 this[
    Object Index
] { get; }
property IDTSInputColumn100^ default[[InAttribute] Object^ Index] {
    IDTSInputColumn100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSInputColumn100
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

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

Тип: Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSInputColumn100
The IDTSInputColumn100 object specified by the Index parameter.

Замечания

Input columns can be retrieved from the collection by name or index in the collection.