Proprietà IDTSParameters100.Item
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets a parameter object in the parameters collection with the specified index.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSParameter100
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- Index
Tipo: System.Object
The location of the parameter object within the parameters collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100
A parameter object with the specified index.