Share via


IDTSInputColumnCollection100.Item Property

Gets the IDTSInputColumn100 object specified by the Index parameter.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSInputColumn100 
    Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInputColumn100
The IDTSInputColumn100 object specified by the Index parameter.

Remarks

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

See Also

Reference

IDTSInputColumnCollection100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace