IDTSDataTypeInfos100.Item[Object] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSDataTypeInfo100 ^ Item[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSDataTypeInfo100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(1)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.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.Sql2012.IDTSDataTypeInfo100
Public ReadOnly Property Item(Index As Object) As IDTSDataTypeInfo100
Parameters
- Index
- Object
Property Value
An IDTSDataTypeInfo100 object.
- Attributes