Propriedade do RDL DTSParamValueCollection.Item
Gets an element at a specified index.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- index
Tipo: System.Int32
The name, ID, or index of the DTSParamValue object to return from the collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
A DTSParamValue object.