Partager via


Propriété IDTSForEachVariableMappings100.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 IDTSForEachVariableMappings100 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 Default Property Item ( _
    Index As Object _
) As IDTSForEachVariableMapping100 
    Get
'Utilisation
Dim instance As IDTSForEachVariableMappings100 
Dim Index As Object 
Dim value As IDTSForEachVariableMapping100 

value = instance(Index)
IDTSForEachVariableMapping100 this[
    Object Index
] { get; }
property IDTSForEachVariableMapping100^ default[[InAttribute] Object^ Index] {
    IDTSForEachVariableMapping100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSForEachVariableMapping100
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 name, description, ID, or index of the object to return from the collection.

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSForEachVariableMapping100
An IDTSForEachVariableMappings100 object from the collection.

Voir aussi

Référence

IDTSForEachVariableMappings100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper