Item Propiedad
Gets an element at a specified index.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Sintaxis
'Declaración
Public ReadOnly Default Property Item ( _
index As Integer _
) As DTSParamValue
Get
'Uso
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 admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- index
Tipo: System. . :: . .Int32
The name, ID, or index of the DTSParamValue object to return from the collection.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamValue
A DTSParamValue object.