IDTSDataTypeInfos100.Item[Object] Property

Definition

Gets an IDTSDataTypeInfo100 object from the collection.

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

Parameters

Index
Object

The index of the IDTSDataTypeInfo100 object to retrieve from the collection.

Property Value

An IDTSDataTypeInfo100 object.

Attributes

Remarks

For more information, see DataTypeInfos.

Applies to