Item propriété
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see ForEachVariableMappings.
Espace de noms : Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly : Microsoft.SqlServer.DTSRuntimeWrap (dans 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
Valeur de la propriété
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSForEachVariableMapping100