Proprietà Parameters.Item (Int32)
Returns a parameter object in the parameters collection with the specified index.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public MustOverride ReadOnly Default Property Item ( _
index As Integer _
) As Parameter
Get
'Utilizzo
Dim instance As Parameters
Dim index As Integer
Dim value As Parameter
value = instance(index)
public abstract Parameter this[
int index
] { get; }
public:
virtual property Parameter^ default[int index] {
Parameter^ get (int index) abstract;
}
abstract Item : Parameter
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System.Int32
The location of the parameter object within the parameters collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Dts.Runtime.Parameter
A parameter object with the specified index.