DTSParamValueCollection.Item Property
Gets an element at a specified index.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As DTSParamValue
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The name, ID, or index of the DTSParamValue object to return from the collection.
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
A DTSParamValue object.