Proprietà IDTSDataTypeInfos100.Item
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets an IDTSDataTypeInfo100 object from the collection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Property Item ( _
Index As Object _
) As IDTSDataTypeInfo100
Get
'Utilizzo
Dim instance As IDTSDataTypeInfos100
Dim Index As Object
Dim value As IDTSDataTypeInfo100
value = instance.Item(Index)
IDTSDataTypeInfo100 this[
Object Index
] { get; }
property IDTSDataTypeInfo100^ Item[[InAttribute] Object^ Index] {
IDTSDataTypeInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSDataTypeInfo100
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- Index
Tipo: System.Object
The index of the IDTSDataTypeInfo100 object to retrieve from the collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfo100
An IDTSDataTypeInfo100 object.
Osservazioni
For more information, see DataTypeInfos.