Item propriété
Gets an element at a specified index.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly : Microsoft.SqlServer.WebServiceTask (dans Microsoft.SqlServer.WebServiceTask.dll)
Syntaxe
'Déclaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As DTSParamValue
Get
'Utilisation
Dim instance As DTSParamValueCollection
Dim index As Integer
Dim value As DTSParamValue
value = instance(index)
public DTSParamValue this[
int index
] { get; }
public:
property DTSParamValue^ default[int index] {
DTSParamValue^ get (int index);
}
member Item : DTSParamValue
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. . :: . .Int32
The name, ID, or index of the DTSParamValue object to return from the collection.
Valeur de la propriété
Type : Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamValue
A DTSParamValue object.