Partager via


Propriété IDTSParameters100.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 a parameter object in the parameters collection with the specified index.

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 IDTSParameter100 
    Get
'Utilisation
Dim instance As IDTSParameters100 
Dim Index As Object 
Dim value As IDTSParameter100 

value = instance(Index)
IDTSParameter100 this[
    Object Index
] { get; }
property IDTSParameter100^ default[[InAttribute] Object^ Index] {
    IDTSParameter100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSParameter100
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 location of the parameter object within the parameters collection.

Valeur de propriété

Type : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100
A parameter object with the specified index.

Voir aussi

Référence

IDTSParameters100 Interface

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