Propriété IDTSDataTypeInfos100.Item
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets an IDTSDataTypeInfo100 object from the collection.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntaxe
'Déclaration
ReadOnly Property Item ( _
Index As Object _
) As IDTSDataTypeInfo100
Get
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.
Paramètres
- Index
Type : System.Object
The index of the IDTSDataTypeInfo100 object to retrieve from the collection.
Valeur de propriété
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSDataTypeInfo100
An IDTSDataTypeInfo100 object.
Notes
For more information, see DataTypeInfos.