Share via


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

Property Value

Type: Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
A DTSParamValue object.

See Also

Reference

DTSParamValueCollection Class

Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace